Subversion Repositories Kolibri OS

Rev

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

Rev 6133 Rev 6144
Line 36... Line 36...
36
void adjust_frame(window_t *win);
36
void adjust_frame(window_t *win);
37
void blit_panel(panel_t *panel);
37
void blit_panel(panel_t *panel);
38
void update_panel_size(window_t *win);
38
void update_panel_size(window_t *win);
39
void update_caption_size(window_t *win);
39
void update_caption_size(window_t *win);
-
 
40
int init_fontlib();
Line 40... Line 41...
40
 
41
 
41
//#include "timer.h"
42
//#include "timer.h"
42
ctrl_t *win_get_child(window_t *win, int x, int y)
43
ctrl_t *win_get_child(window_t *win, int x, int y)
43
{
44
{