1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

Add a preference for XUrgencyHint bouncing

Signed-off-by: Brad Jorsch <anomie@users.sourceforge.net>
This commit is contained in:
Brad Jorsch
2010-09-17 14:55:45 -04:00
committed by Carlos R. Mafra
parent 8f63bdafcd
commit 5b24997446
4 changed files with 13 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ static void doAppUrgentBounce(void *arg)
WApplication *wapp = (WApplication *)arg;
if (appIsUrgent(wapp)) {
wAppBounce(wapp);
if(wPreferences.bounce_appicons_when_urgent) wAppBounce(wapp);
} else {
WMDeleteTimerHandler(wapp->urgent_bounce_timer);
wapp->urgent_bounce_timer = NULL;