CVS: main/libvo x11_common.h,1.3,1.4 x11_common.c,1.6,1.7
Update of /cvsroot/mplayer/main/libvo In directory usw-pr-cvs1:/tmp/cvs-serv26558 Modified Files: x11_common.h x11_common.c Log Message: include dpms.h moved to x11_common.c Index: x11_common.h =================================================================== RCS file: /cvsroot/mplayer/main/libvo/x11_common.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** x11_common.h 2001/04/13 00:54:05 1.3 --- x11_common.h 2001/04/14 15:45:38 1.4 *************** *** 1,3 **** - #include <X11/extensions/dpms.h> #ifdef X11_FULLSCREEN --- 1,2 ---- Index: x11_common.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** x11_common.c 2001/04/13 13:47:36 1.6 --- x11_common.c 2001/04/14 15:45:38 1.7 *************** *** 16,19 **** --- 16,21 ---- #include <X11/Xatom.h> + #include <X11/extensions/dpms.h> + static int dpms_disabled=0; static int timeout_save=0; _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY