1
0
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:
Christophe CURIS
2013-10-12 15:35:52 +02:00
committed by Carlos R. Mafra
parent f3e3ddf4f2
commit 5a16cb8e02
5 changed files with 7 additions and 7 deletions

View File

@@ -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;