From 211ccf79f4035957d4e2cfd8ebdd5792590ab0ec Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 29 Nov 2000 05:23:46 +0000 Subject: [PATCH] . --- src/gnome.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gnome.c b/src/gnome.c index e469ad34..72be528b 100644 --- a/src/gnome.c +++ b/src/gnome.c @@ -61,7 +61,7 @@ #define WIN_HINTS_SKIP_TASKBAR (1<<2) /*do not show on taskbar*/ #define WIN_HINTS_GROUP_TRANSIENT (1<<3) /*Reserved - definition is unclear*/ #define WIN_HINTS_FOCUS_ON_CLICK (1<<4) /*app only accepts focus if clicked*/ -#if 0 /* hadess patch but still has problem said him */ +#ifdef HADESS_PATCH /* hadess patch but still has problem said him */ #define WIN_HINTS_DO_NOT_COVER (1<<5) /* attempt to not cover this window */ #endif @@ -316,7 +316,7 @@ wGNOMECheckClientHints(WWindow *wwin, int *layer, int *workspace) wwin->client_flags.skip_window_list = 1; } -#if 0 /* hadess patch but still has problem said him */ +#ifdef HADESS_PATCH /* hadess patch but still has problem said him */ if (flags & (WIN_HINTS_DO_NOT_COVER)) { XWindowAttributes wattribs; WReservedArea *area; -- 2.11.4.GIT