[Mplayer-advusers] Fw: [MPlayer-users] BUGREPORT: this commit broke metacity-fullscreen-switch
Attila Kinali
kinali at gmx.net
Wed Oct 16 12:06:17 CEST 2002
Begin forwarded message:
Date: 16 Oct 2002 11:11:48 +0100
From: gabor <gabor at realtime.sk>
To: mplayer-users <mplayer-users at mplayerhq.hu>
Subject: [MPlayer-users] BUGREPORT: this commit broke metacity-fullscreen-switch
[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
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
--
_______________________________________________
RTFM!!! http://www.MPlayerHQ.hu/DOCS
Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
http://mplayerhq.hu/mailman/listinfo/mplayer-users
--
It must have been some unmarried fool that said "A child can ask questions
that a wise man cannot answer"; because, in any decent house, a brat that
starts asking questions is promptly packed off to bed.
-- Arthur Binstead
More information about the MPlayer-advusers
mailing list