mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-28 19:05:51 +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
@@ -59,7 +59,7 @@ WIcon *icon_create_for_wwindow(WWindow *wwin);
|
||||
void set_icon_image_from_database(WIcon *icon, char *wm_instance, char *wm_class, char *command);
|
||||
void wIconDestroy(WIcon *icon);
|
||||
void wIconPaint(WIcon *icon);
|
||||
void wIconUpdate(WIcon *icon, RImage *image);
|
||||
void wIconUpdate(WIcon *icon);
|
||||
void wIconSelect(WIcon *icon);
|
||||
void wIconChangeTitle(WIcon *icon, char *new_title);
|
||||
void update_icon_pixmap(WIcon *icon);
|
||||
|
||||
Reference in New Issue
Block a user