mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
get_icon_filename doesn't use WScreen
The function get_icon_filename now doesn't need the argument WScreen, so can be removed.
This commit is contained in:
committed by
Carlos R. Mafra
parent
453a0226ad
commit
278bf5ee7e
@@ -47,7 +47,7 @@ RImage *get_default_image(WScreen *scr);
|
||||
char *wDefaultGetIconFile(const char *instance, const char *class, Bool default_icon);
|
||||
|
||||
RImage *get_icon_image(WScreen *scr, const char *winstance, const char *wclass, int max_size);
|
||||
char *get_icon_filename(WScreen *scr, const char *winstance, const char *wclass, const char *command,
|
||||
char *get_icon_filename(const char *winstance, const char *wclass, const char *command,
|
||||
Bool default_icon);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user