Subversion Repositories Kolibri OS

Rev

Rev 6500 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6500 Rev 6589
Line 20... Line 20...
20
		uint32_t bgcolor;
20
		uint32_t bgcolor;
21
		void *buffer;
21
		void *buffer;
22
	};
22
	};
23
} t_font;
23
} t_font;
Line 24... Line 24...
24
 
24
 
25
typedef struct {
25
typedef struct __attribute__ ((__packed__)) {
26
	uint16_t left, top, right, bottom;
26
	uint16_t left, top, right, bottom;
Line 27... Line 27...
27
} t_rect;
27
} t_rect;
28
 
28