Subversion Repositories Kolibri OS

Rev

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

Rev 5235 Rev 5239
Line 4... Line 4...
4
// KolibriOS Stuff
4
// KolibriOS Stuff
5
// by Roman Shuvalov
5
// by Roman Shuvalov
Line 6... Line 6...
6
 
6
 
Line -... Line 7...
-
 
7
unsigned int rskos_get_time();
-
 
8
 
-
 
9
#define RSKOS_BGRA      32
7
unsigned int rskos_get_time();
10
#define RSKOS_BGR       24
Line 8... Line 11...
8
 
11
 
9
void rskos_draw_area(int x, int y, int w, int h, int k_scale, unsigned char *data, unsigned char *scaled_buffer);
12
void rskos_draw_area(int x, int y, int w, int h, int k_scale, unsigned char *data, unsigned char *scaled_buffer, int image_format);
Line 10... Line 13...
10
 
13