dostunnel

view src/wvga.h @ 5:0f984156753e

fixed the jerkiness
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 16 Mar 2013 07:10:53 +0200
parents
children
line source
1 #ifndef WVGA_H_
2 #define WVGA_H_
5 int set_video_mode(int mode);
6 void set_palette(int idx, int *col, int count);
7 void set_pal_entry(int idx, int r, int g, int b);
8 void copy_frame(void *pixels);
10 #endif /* WVGA_H_ */