mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
wmaker: Added 'const' attribute to remaining functions
Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
c7ab9d34f7
commit
c9b816de75
@@ -46,14 +46,14 @@ RImage *get_default_image(WScreen *scr);
|
||||
|
||||
char *wDefaultGetIconFile(const char *instance, const char *class, Bool default_icon);
|
||||
|
||||
RImage *get_icon_image(WScreen *scr, char *winstance, char *wclass, int max_size);
|
||||
char *get_icon_filename(WScreen *scr, char *winstance, char *wclass, char *command,
|
||||
RImage *get_icon_image(WScreen *scr, const char *winstance, const char *wclass, int max_size);
|
||||
char *get_icon_filename(WScreen *scr, const char *winstance, const char *wclass, const char *command,
|
||||
Bool default_icon);
|
||||
|
||||
|
||||
int wDefaultGetStartWorkspace(WScreen *scr, const char *instance, const char *class);
|
||||
void wDefaultChangeIcon(WScreen *scr, const char *instance, const char* class, const char *file);
|
||||
RImage *get_rimage_from_file(WScreen *scr, char *file_name, int max_size);
|
||||
RImage *get_rimage_from_file(WScreen *scr, const char *file_name, int max_size);
|
||||
|
||||
void wDefaultPurgeInfo(WScreen *scr, const char *instance, const char *class);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user