Subversion Repositories Kolibri OS

Rev

Rev 6524 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6524 Rev 6589
Line 1... Line 1...
1
#ifndef KOLIBRI_PATHSHOW_H
1
#ifndef KOLIBRI_PATHSHOW_H
2
#define KOLIBRI_PATHSHOW_H
2
#define KOLIBRI_PATHSHOW_H
Line 3... Line 3...
3
 
3
 
4
typedef struct {
4
typedef struct __attribute__ ((__packed__)) {
5
	uint32_t type;
5
	uint32_t type;
6
	uint32_t x_y;
6
	uint32_t x_y;
7
	uint16_t font_size_x;  // 6 - for font 0, 8 - for font 1
7
	uint16_t font_size_x;  // 6 - for font 0, 8 - for font 1
8
	uint16_t area_size_x;
8
	uint16_t area_size_x;