diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/extantz/extantz.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c index 6b33b59..43a9a99 100644 --- a/ClientHamr/extantz/extantz.c +++ b/ClientHamr/extantz/extantz.c | |||
@@ -85,10 +85,9 @@ static Elm_Genlist_Item_Class *account_gic = NULL; | |||
85 | static int x, y, w, h; | 85 | static int x, y, w, h; |
86 | 86 | ||
87 | 87 | ||
88 | static const char *img0 = PACKAGE_DATA_DIR "/images/logo.png"; | ||
89 | static const char *img1 = PACKAGE_DATA_DIR "/images/plant_01.jpg"; | 88 | static const char *img1 = PACKAGE_DATA_DIR "/images/plant_01.jpg"; |
90 | static const char *img2 = PACKAGE_DATA_DIR "/images/rock_01.jpg"; | 89 | static const char *img2 = PACKAGE_DATA_DIR "/images/sky_01.jpg"; |
91 | static const char *img3 = PACKAGE_DATA_DIR "/images/sky_01.jpg"; | 90 | static const char *img3 = PACKAGE_DATA_DIR "/images/rock_01.jpg"; |
92 | 91 | ||
93 | 92 | ||
94 | typedef struct _Gear Gear; | 93 | typedef struct _Gear Gear; |