GConf support.
[speedometer] / appdata.h
index f1ffb29..c8befbf 100644 (file)
--- a/appdata.h
+++ b/appdata.h
 #include <hildon/hildon-program.h>
 #include <hildon/hildon-window.h>
 
-typedef struct _AppData AppData;
-struct _AppData {
+typedef struct _AppData {
     HildonProgram *program;
     HildonWindow *window;
 
-       GtkImage* image_array[10]; // stores the images
-
-       GtkImage* speed_array[3]; // actual images that are shown
-};
+       GtkWidget* image_array[10]; // original images from the disk
+       GtkWidget* digit_array[3]; // actual images that are shown as speed
+} AppData;
 
 #endif /* APPDATA_H_ */