changeset 9384:7df3ad87dd00

- fix detetcion of metacity (sawfish 1.0 will be no longer treated as metacity)
author filon
date Mon, 10 Feb 2003 14:08:37 +0000
parents ce313c6e5999
children 762b90765650
files libvo/x11_common.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 );