Reduce memory footprint

This commit is contained in:
o9000
2015-05-10 12:43:58 +02:00
parent 1ff028e99f
commit 7bce19452e
3 changed files with 66 additions and 57 deletions

View File

@@ -23,8 +23,7 @@ typedef struct Launcher {
typedef struct LauncherIcon {
// always start with area
Area area;
Imlib_Image icon_scaled;
Imlib_Image icon_original;
Imlib_Image image;
char *cmd;
char *icon_name;
char *icon_path;