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:
committed by
Carlos R. Mafra
parent
f3e3ddf4f2
commit
5a16cb8e02
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user