[MPlayer-users] BUGREPORT: this commit broke metacity-fullscreen-switch

gabor gabor at realtime.sk
Wed Oct 16 11:38:02 CEST 2002


hi,

this commit:
http://mplayerhq.hu/pipermail/mplayer-cvslog/2002-October/010930.html:

---------------------------------
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv26705/libvo

Modified Files:
	x11_common.c 
Log Message:
compiler warning fixes
patch by Dominik Mierzejewski <dominik at rangers.eu.org>


Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- x11_common.c	6 Oct 2002 18:21:13 -0000	1.103
+++ x11_common.c	13 Oct 2002 21:58:55 -0000	1.104
@@ -635,7 +635,7 @@
  Atom            type;
  int             format;
  unsigned long   nitems, bytesafter;
- Atom          * args = NULL;
+ unsigned char   * args = NULL;
 
  if ( WinID >= 0 ) return;
  


-------------------------------------
after this patch got applied, the old
metacity-unable-to-switch-back-from-fullscreen appeared again.

if i replace unsigned_char with Atom, it works again.

gcc3.2

bye,
gabor
-- 




More information about the MPlayer-users mailing list