mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
wIconUpdate removed image argument
The argument image is not used in any call, so can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
c24499f6ad
commit
4093d24625
@@ -468,12 +468,12 @@ static void updateIconImage(WWindow *wwin)
|
||||
|
||||
/* Refresh the Window Icon */
|
||||
if (wwin->icon)
|
||||
wIconUpdate(wwin->icon, NULL);
|
||||
wIconUpdate(wwin->icon);
|
||||
|
||||
/* Refresh the application icon */
|
||||
WApplication *app = wApplicationOf(wwin->main_window);
|
||||
if (app && app->app_icon) {
|
||||
wIconUpdate(app->app_icon->icon, NULL);
|
||||
wIconUpdate(app->app_icon->icon);
|
||||
wAppIconPaint(app->app_icon);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user