mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
- improved behaviour for the shared appicon thing.
- added a 'Bool recursive' flag to WMMergePLDictionaries() in WINGs
This commit is contained in:
@@ -237,7 +237,7 @@ toggleLoweredCallback(WMenu *menu, WMenuEntry *entry)
|
||||
static int
|
||||
matchWindow(void *item, void *cdata)
|
||||
{
|
||||
return (((WFakeGroupLeader*)item)->window == (Window)cdata);
|
||||
return (((WFakeGroupLeader*)item)->leader == (Window)cdata);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user