mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
small update
This commit is contained in:
@@ -437,6 +437,7 @@ wClientCheckProperty(WWindow *wwin, XPropertyEvent *event)
|
||||
}
|
||||
}
|
||||
|
||||
/* Handling this may require more work. -Dan */
|
||||
if (wwin->fake_group!=NULL) {
|
||||
i = 7;
|
||||
}
|
||||
@@ -511,8 +512,8 @@ wClientCheckProperty(WWindow *wwin, XPropertyEvent *event)
|
||||
wwin->flags.urgent = 1;
|
||||
else
|
||||
wwin->flags.urgent = 0;
|
||||
} else if (wwin->fake_group!=NULL) {
|
||||
wwin->group_id = wwin->fake_group->leader;
|
||||
/*} else if (wwin->fake_group!=NULL) {
|
||||
wwin->group_id = wwin->fake_group->leader;*/
|
||||
} else {
|
||||
wwin->group_id = None;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user