Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1879 Albom 1
 
2
{
3
int  w       __attribute__((packed));
4
int  h       __attribute__((packed));
5
char *bmp    __attribute__((packed));
6
char *alpha  __attribute__((packed));
7
} GB_BMP     __attribute__((packed));
8
9
 
10
 
11
12
 
13
14
 
15
16
 
17
18
 
19
20
 
21
22
 
23
24
 
25