dostunnel

annotate 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
rev   line source
nuclear@0 1 #ifndef WVGA_H_
nuclear@0 2 #define WVGA_H_
nuclear@0 3
nuclear@0 4
nuclear@0 5 int set_video_mode(int mode);
nuclear@0 6 void set_palette(int idx, int *col, int count);
nuclear@0 7 void set_pal_entry(int idx, int r, int g, int b);
nuclear@0 8 void copy_frame(void *pixels);
nuclear@0 9
nuclear@0 10 #endif /* WVGA_H_ */