mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 06:38:05 +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
@@ -1510,7 +1510,7 @@ static WMPixmap *getWindowMakerIconImage(WMScreen *scr)
|
||||
char *path = NULL;
|
||||
|
||||
/* Get the Logo icon, without the default icon */
|
||||
path = get_icon_filename(NULL, "Logo", "WMPanel", NULL, False);
|
||||
path = get_icon_filename("Logo", "WMPanel", NULL, False);
|
||||
|
||||
if (path) {
|
||||
RColor gray;
|
||||
|
||||
Reference in New Issue
Block a user