Subversion Repositories Kolibri OS

Rev

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

Rev 6489 Rev 6535
Line 38... Line 38...
38
	uint32_t cursor_out;
38
	uint32_t cursor_out;
39
	uint32_t get_mouse_flag;
39
	uint32_t get_mouse_flag;
40
} menubar;
40
} menubar;
Line 41... Line 41...
41
 
41
 
42
 
42
 
43
inline menubar* kolibri_menubar(menubar* bar, uint32_t x_w, uint32_t y_h, uint16_t sub_w, uint16_t sub_h, char **menutext,
43
static inline menubar* kolibri_menubar(menubar* bar, uint32_t x_w, uint32_t y_h, uint16_t sub_w, uint16_t sub_h, char **menutext,
44
                                color_t sel_font, color_t unsel_font, color_t top_bg, color_t top_select, color_t sub_bg, color_t sub_select)
44
                                color_t sel_font, color_t unsel_font, color_t top_bg, color_t top_select, color_t sub_bg, color_t sub_select)
45
{
45
{
46
    static char procinfo[1024];
46
    static char procinfo[1024];