From fea4c4c84e741f1068c121fea21489101196ddf0 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 12 Jan 2001 13:24:21 +0000 Subject: [PATCH] Reverted the gnustep commented code. it seems better with the patch, but still buggy --- src/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.c b/src/window.c index f3d81079..202c262e 100644 --- a/src/window.c +++ b/src/window.c @@ -656,7 +656,7 @@ wManageWindow(WScreen *scr, Window window) /* get hints from GNUstep app */ if (wwin->wm_class != 0 && strcmp(wwin->wm_class, "GNUstep") == 0) { - /*wwin->flags.is_gnustep = 1;*/ + wwin->flags.is_gnustep = 1; } if (!PropGetGNUstepWMAttr(window, &wwin->wm_gnustep_attr)) { wwin->wm_gnustep_attr = NULL; -- 2.11.4.GIT