~ubuntu-branches/ubuntu/trusty/linuxlogo/trusty

« back to all changes in this revision

Viewing changes to selected_logos.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-06-20 09:19:00 UTC
  • mfrom: (4.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080620091900-4xzuv7c7ntxvs7wt
Tags: 5.03-4
* Adding patch to fix FTBFS on s390x.
* Updating to standards 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* file selected_logos.h */
2
 
 
3
 
 
4
 
#define NUM_LOGOS 1
5
 
 
6
 
struct logo_info logos[1];
7
 
 
8
 
int init_logos() {
9
 
        logos[0].x_size=100
10
 
        logos[0].y_size=12
11
 
 
12
 
}