1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 22:28:02 +01:00

hadess gnome fix

This commit is contained in:
kojima
2001-02-11 00:10:30 +00:00
parent de7f00d474
commit 0667b39554
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Changes since version 0.64.0:
.............................
- fix with gnome hints stuff, related to tasklist/bar
Changes since version 0.63.1:
.............................
- fixed messup in get-{wings,wutil,wraster}-flags

View File

@@ -310,7 +310,8 @@ wGNOMECheckClientHints(WWindow *wwin, int *layer, int *workspace)
XFree(data);
if (flags & (WIN_HINTS_SKIP_FOCUS|WIN_HINTS_SKIP_WINLIST)) {
if (flags & (WIN_HINTS_SKIP_FOCUS|WIN_HINTS_SKIP_WINLIST
|WIN_HINTS_SKIP_TASKBAR)) {
wwin->client_flags.skip_window_list = 1;
}