5 #define VMODE_W 320*SCALE
6 #define VMODE_H 240*SCALE
11 extern struct vo_desc video
;
13 void video_init(void);
14 void video_cleanup(void);
15 void toggle_fullscreen(void);
16 void clear_screen(void);
17 void video_update_region(int x
, int y
, int w
, int h
);
18 void video_update(void);