[MPlayer-cvslog] CVS: main/libvo x11_common.h,1.37,1.38

Reimar Döffinger CVS syncmail at mplayerhq.hu
Sun Feb 6 11:12:37 CET 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv24826

Modified Files:
	x11_common.h 
Log Message:
X11 headers must be included also when X11_FULLSCREEN is not defined (although
it is not really beautiful that their are included here in the first place)


Index: x11_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- x11_common.h	1 Nov 2004 20:24:37 -0000	1.37
+++ x11_common.h	6 Feb 2005 10:12:34 -0000	1.38
@@ -2,11 +2,11 @@
 #ifndef X11_COMMON_H
 #define X11_COMMON_H
 
-#ifdef X11_FULLSCREEN
-
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
+#ifdef X11_FULLSCREEN
+
 #define vo_wm_LAYER 1
 #define vo_wm_FULLSCREEN 2
 #define vo_wm_STAYS_ON_TOP 4




More information about the MPlayer-cvslog mailing list