Subversion Repositories Kolibri OS

Rev

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

Rev 5372 Rev 6144
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
extern uint32_t main_cursor;
24
extern uint32_t main_cursor;
Line 25... Line 25...
25
 
25
 
-
 
26
void update_caption_size(window_t *win);
-
 
27
void window_update_layout(window_t *win);
Line 26... Line 28...
26
void update_caption_size(window_t *win);
28
int draw_text_ext(void *pixmap, uint32_t pitch, int face, char *text, rect_t *rc, int color);
Line 27... Line 29...
27
 
29