Subversion Repositories Kolibri OS

Rev

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

Rev 5061 Rev 5372
Line 65... Line 65...
65
 
65
 
66
extern int res_border_left[];
66
extern int res_border_left[];
Line -... Line 67...
-
 
67
extern int res_border_right[];
67
extern int res_border_right[];
68
 
68
 
69
#if 0
-
 
70
int draw_frame(window_t *win)
-
 
71
{
-
 
72
    void     *pixmap_data;
69
int draw_frame(window_t *win)
73
    uint32_t  pixmap_pitch;
70
{
74
 
Line 71... Line 75...
71
    int *pixmap, *src;
75
    int *pixmap, *src;
Line 122... Line 126...
122
    };
126
    };
123
 
127
 
Line 124... Line 128...
124
    return 0;
128
    return 0;
125
};
129
};
-
 
130
#endif
-
 
131
 
Line 126... Line 132...
126
 
132
 
127
int frame_proc(ctrl_t *ctrl, uint32_t msg, uint32_t arg1, uint32_t arg2)
133
int frame_proc(ctrl_t *ctrl, uint32_t msg, uint32_t arg1, uint32_t arg2)
128
{
134
{
129
    static  pos_t spos;
135
    static  pos_t spos;