1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Fix?? for the gnustep focus problem

This commit is contained in:
dan
2001-01-10 03:05:39 +00:00
parent 22eb14c9d5
commit bc25a31733

View File

@@ -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;