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

- improved behaviour for the shared appicon thing.

- added a 'Bool recursive' flag to WMMergePLDictionaries() in WINGs
This commit is contained in:
dan
2001-12-17 14:46:31 +00:00
parent 672c42cc48
commit 90c77b1a45
17 changed files with 81 additions and 32 deletions

View File

@@ -512,7 +512,7 @@ wClientCheckProperty(WWindow *wwin, XPropertyEvent *event)
else
wwin->flags.urgent = 0;
} else if (wwin->fake_group!=NULL) {
wwin->group_id = wwin->fake_group->window;
wwin->group_id = wwin->fake_group->leader;
} else {
wwin->group_id = None;
}