diff libvo/video_out.h @ 7009:98bed9e12087

- add dxr3 gui support (dialogbox, etc.) - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check
author pontscho
date Wed, 14 Aug 2002 23:02:45 +0000
parents 924263b4df10
children 21e1ab99cb21
line wrap: on
line diff
--- a/libvo/video_out.h	Wed Aug 14 21:56:31 2002 +0000
+++ b/libvo/video_out.h	Wed Aug 14 23:02:45 2002 +0000
@@ -29,6 +29,7 @@
 #define VOCTRL_RESET 3
 /* true if vo driver can use GUI created windows */
 #define VOCTRL_GUISUPPORT 4
+#define VOCTRL_GUI_NOWINDOW 19
 /* used to switch to fullscreen */
 #define VOCTRL_FULLSCREEN 5
 #define VOCTRL_SCREENSHOT 6
@@ -49,6 +50,8 @@
 /* equalizer controls */
 #define VOCTRL_SET_EQUALIZER 17
 #define VOCTRL_GET_EQUALIZER 18
+// ... 20
+
 
 #define VO_TRUE		1
 #define VO_FALSE	0