mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Changed get_default_icon_rimage function name
The function get_default_icon_rimage name is not correct, because the function doesn't return the default icon rimage, returns the rimage from a file name. So the correct function name should be get_rimage_from_file.
This commit is contained in:
committed by
Carlos R. Mafra
parent
b8025ee899
commit
206fe5e821
@@ -50,5 +50,5 @@ int wDefaultGetStartWorkspace(WScreen *scr, char *instance, char *class);
|
||||
void wDefaultChangeIcon(WScreen *scr, char *instance, char* class, char *file);
|
||||
char *get_default_icon_filename(WScreen *scr, char *winstance, char *wclass, char *command,
|
||||
Bool default_icon);
|
||||
RImage *get_default_icon_rimage(WScreen *scr, char *file_name, int max_size);
|
||||
RImage *get_rimage_from_file(WScreen *scr, char *file_name, int max_size);
|
||||
#endif /* WMDEFAULTS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user