CVS: main/libvo x11_common.c,1.139,1.140
Update of /cvsroot/mplayer/main/libvo In directory mail:/var/tmp.root/cvs-serv1687/libvo Modified Files: x11_common.c Log Message: - fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity) Index: x11_common.c =================================================================== RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- x11_common.c 9 Feb 2003 20:18:23 -0000 1.139 +++ x11_common.c 10 Feb 2003 14:08:37 -0000 1.140 @@ -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 );
participants (1)
-
Filip Kalinski CVS