diff options
author | David Walter Seikel | 2012-04-22 10:09:53 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-22 10:09:53 +1000 |
commit | 8a80d13d7a9135a8579479c5711cc67c438a6601 (patch) | |
tree | 58576a8dcfde801e42365ad4fc35462a51cf4da5 | |
parent | Just go with the flow, make Grids last for now, so they turn up at first. (diff) | |
download | SledjHamr-8a80d13d7a9135a8579479c5711cc67c438a6601.zip SledjHamr-8a80d13d7a9135a8579479c5711cc67c438a6601.tar.gz SledjHamr-8a80d13d7a9135a8579479c5711cc67c438a6601.tar.bz2 SledjHamr-8a80d13d7a9135a8579479c5711cc67c438a6601.tar.xz |
Slightly better place holder graphics. Sorta. lol
-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; |