comparison libvo/video_out.h @ 7876:af8233ef7161

1l
author arpi
date Wed, 23 Oct 2002 18:53:06 +0000
parents 0e0e50d4aaee
children 353bd4add1b0
comparison
equal deleted inserted replaced
7875:b890315b36d7 7876:af8233ef7161
14 #include <stdarg.h> 14 #include <stdarg.h>
15 15
16 //#include "font_load.h" 16 //#include "font_load.h"
17 #include "img_format.h" 17 #include "img_format.h"
18 #include "../vidix/vidix.h" 18 #include "../vidix/vidix.h"
19 /* All video drivers will want this */
20 #include "geometry.h"
21 19
22 #define VO_EVENT_EXPOSE 1 20 #define VO_EVENT_EXPOSE 1
23 #define VO_EVENT_RESIZE 2 21 #define VO_EVENT_RESIZE 2
24 #define VO_EVENT_KEYPRESS 4 22 #define VO_EVENT_KEYPRESS 4
25 23