mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 21:08:08 +01:00
wAppIconPaint argument removed
This patch removes the wAppIconPaint() Bool flag, because now it is always False.
This commit is contained in:
committed by
Carlos R. Mafra
parent
a950d0e247
commit
cc1503a2f0
@@ -1545,7 +1545,7 @@ void wHideApplication(WApplication *wapp)
|
||||
|
||||
#ifdef HIDDENDOT
|
||||
if (wapp->app_icon)
|
||||
wAppIconPaint(wapp->app_icon, False);
|
||||
wAppIconPaint(wapp->app_icon);
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -1673,7 +1673,7 @@ void wUnhideApplication(WApplication *wapp, Bool miniwindows, Bool bringToCurren
|
||||
wArrangeIcons(scr, True);
|
||||
|
||||
#ifdef HIDDENDOT
|
||||
wAppIconPaint(wapp->app_icon, False);
|
||||
wAppIconPaint(wapp->app_icon);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user