[Mplayer-cvslog] CVS: main/libvo x11_common.c,1.177,1.178

Atmosfear syncmail at mplayerhq.hu
Sun Oct 31 19:01:18 CET 2004


CVS change done by Atmosfear

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

Modified Files:
	x11_common.c 
Log Message:
Fix erroneus extern declarations, fix wrong signedness of some vars

Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- x11_common.c	28 Oct 2004 01:15:52 -0000	1.177
+++ x11_common.c	31 Oct 2004 18:01:14 -0000	1.178
@@ -165,7 +165,7 @@
     Pixmap bm_no;
     XColor black, dummy;
     Colormap colormap;
-    static unsigned char bm_no_data[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
+    static char bm_no_data[] = { 0, 0, 0, 0, 0, 0, 0, 0 };
 
     if (WinID == 0)
         return;                 // do not hide, if we're playing at rootwin
@@ -851,8 +851,6 @@
     long state;
 } MotifWmHints;
 
-extern MotifWmHints vo_MotifWmHints;
-extern Atom vo_MotifHints;
 extern int vo_depthonscreen;
 extern int vo_screenwidth;
 extern int vo_screenheight;
@@ -1777,8 +1775,8 @@
 void vo_vm_switch(uint32_t X, uint32_t Y, int *modeline_width,
                   int *modeline_height)
 {
-    unsigned int vm_event, vm_error;
-    unsigned int vm_ver, vm_rev;
+    int vm_event, vm_error;
+    int vm_ver, vm_rev;
     int i, j, have_vm = 0;
 
     int modecount;




More information about the MPlayer-cvslog mailing list