[Mplayer-cvslog] CVS: 0_90/libvo x11_common.c,1.138,1.139
Arpi of Ize
arpi at mplayerhq.hu
Mon Feb 10 21:49:01 CET 2003
Update of /cvsroot/mplayer/0_90/libvo
In directory mail:/var/tmp.root/cvs-serv24403
Modified Files:
x11_common.c
Log Message:
fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity)
[merged from 'main' tree]
Filip Kalinski <filon at pld.org.pl>
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/0_90/libvo/x11_common.c,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- x11_common.c 8 Feb 2003 10:01:59 -0000 1.138
+++ x11_common.c 10 Feb 2003 20:48:59 -0000 1.139
@@ -202,9 +202,8 @@
wm |= vo_wm_LAYER;
metacity_hack |= 1;
} else
- if ( args[i] == XA_WIN_HINTS)
- // metacity is the only manager which reports that supports _WIN_LAYER but not _WIN_HINTS.
- // what's more is has broken _WIN_LAYER support
+ // metacity is the only manager I know which reports support only for _WIN_LAYER
+ // hint in _WIN_PROTOCOLS (what's more support for it is broken)
metacity_hack |= 2;
}
XFree( args );
More information about the MPlayer-cvslog
mailing list