[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.7,1.8
GEREOFFY
arpi_esp at users.sourceforge.net
Sat Apr 14 23:12:43 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv2395
Modified Files:
x11_common.c
Log Message:
X11_FULLSCREEN fix
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** x11_common.c 2001/04/14 15:45:38 1.7
--- x11_common.c 2001/04/14 21:12:41 1.8
***************
*** 1,14 ****
#include <stdio.h>
#include <stdlib.h>
- #include <string.h>
#include <unistd.h>
#include <sys/mman.h>
- #include "config.h"
#include "video_out.h"
- #ifdef X11_FULLSCREEN
-
#include <X11/Xmd.h>
#include <X11/Xlib.h>
--- 1,16 ----
+
#include <stdio.h>
#include <stdlib.h>
+ #include "config.h"
+
+ #ifdef X11_FULLSCREEN
+
+ #include <string.h>
#include <unistd.h>
#include <sys/mman.h>
#include "video_out.h"
#include <X11/Xmd.h>
#include <X11/Xlib.h>
***************
*** 170,175 ****
}
- #endif
-
void saver_on(Display *mDisplay) {
--- 172,175 ----
***************
*** 216,217 ****
--- 216,219 ----
// turning off screensaver
}
+
+ #endif
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list