deepstone
diff src/wvga.h @ 21:00d84ab1ef26
switched to wacom
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 21 Sep 2013 18:17:55 +0300 |
parents | |
children | 17a5107b6fa4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/wvga.h Sat Sep 21 18:17:55 2013 +0300 1.3 @@ -0,0 +1,12 @@ 1.4 +#ifndef WVGA_H_ 1.5 +#define WVGA_H_ 1.6 + 1.7 + 1.8 +int set_video_mode(int mode); 1.9 +void set_palette(int idx, int *col, int count); 1.10 +void set_pal_entry(int idx, int r, int g, int b); 1.11 +void copy_frame(void *pixels); 1.12 + 1.13 +void wait_vsync(void); 1.14 + 1.15 +#endif /* WVGA_H_ */