# HG changeset patch # User filon # Date 1044886117 0 # Node ID 7df3ad87dd00d5e8271dc858b2fdfd0b998ca507 # Parent ce313c6e59992d3927f1c933796d24e15de27539 - fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity) diff -r ce313c6e5999 -r 7df3ad87dd00 libvo/x11_common.c --- a/libvo/x11_common.c Mon Feb 10 01:42:04 2003 +0000 +++ b/libvo/x11_common.c Mon Feb 10 14:08:37 2003 +0000 @@ -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 );