mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
Removed unused WScreen argument in some Default handling functions
This commit is contained in:
committed by
Carlos R. Mafra
parent
f3e3ddf4f2
commit
5a16cb8e02
@@ -529,7 +529,7 @@ char *wDefaultGetIconFile(const char *instance, const char *class, Bool default_
|
||||
return tmp;
|
||||
}
|
||||
|
||||
void wDefaultChangeIcon(WScreen *scr, const char *instance, const char *class, const char *file)
|
||||
void wDefaultChangeIcon(const char *instance, const char *class, const char *file)
|
||||
{
|
||||
WDDomain *db = w_global.domain.window_attr;
|
||||
WMPropList *icon_value = NULL, *value, *attr, *key, *def_win, *def_icon = NULL;
|
||||
@@ -593,7 +593,7 @@ void wDefaultChangeIcon(WScreen *scr, const char *instance, const char *class, c
|
||||
WMPLSetCaseSensitive(False);
|
||||
}
|
||||
|
||||
void wDefaultPurgeInfo(WScreen *scr, const char *instance, const char *class)
|
||||
void wDefaultPurgeInfo(const char *instance, const char *class)
|
||||
{
|
||||
WMPropList *value, *key, *dict;
|
||||
char *buffer;
|
||||
|
||||
Reference in New Issue
Block a user