mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Periodic bouncing for XUrgencyHint
When a window has XUrgencyHint set, bounce the app icon periodically.
This commit is contained in:
committed by
Carlos R. Mafra
parent
8e0ef4766d
commit
8f63bdafcd
@@ -486,8 +486,9 @@ void 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; */
|
||||
wAppBounceWhileUrgent(wApplicationOf(wwin->main_window));
|
||||
/*} 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