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 2... Line 2...
2
#define KOLIBRI_COLORIALOG_H
2
#define KOLIBRI_COLORIALOG_H
Line 3... Line 3...
3
 
3
 
4
char cd_com_area_name[]    = "FFFFFFFF_color_dialog";
4
char cd_com_area_name[]    = "FFFFFFFF_color_dialog";
Line 5... Line 5...
5
char cd_start_path[]       = "/rd/1/colrdial";
5
char cd_start_path[]       = "/rd/1/colrdial";
6
 
6
 
7
typedef struct {
7
typedef struct __attribute__ ((__packed__)) {
8
    unsigned int type;
8
    unsigned int type;
9
    unsigned int procinfo;
9
    unsigned int procinfo;
10
    unsigned int com_area_name;
10
    unsigned int com_area_name;