1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 06:38:05 +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

@@ -52,9 +52,9 @@ char *get_icon_filename(const char *winstance, const char *wclass, const char *c
int wDefaultGetStartWorkspace(const char *instance, const char *class);
void wDefaultChangeIcon(WScreen *scr, const char *instance, const char* class, const char *file);
void wDefaultChangeIcon(const char *instance, const char* class, const char *file);
RImage *get_rimage_from_file(WScreen *scr, const char *file_name, int max_size);
void wDefaultPurgeInfo(WScreen *scr, const char *instance, const char *class);
void wDefaultPurgeInfo(const char *instance, const char *class);
#endif /* WMDEFAULTS_H_ */