git-svn-id: file:///svnroot/speedometer/trunk@38 df364472-da61-43ef-8a67-511c89aa921b
[speedometer] / appdata.h
index c8befbf..45184d5 100644 (file)
--- a/appdata.h
+++ b/appdata.h
@@ -26,8 +26,11 @@ typedef struct _AppData {
     HildonProgram *program;
     HildonWindow *window;
 
-       GtkWidget* image_array[10]; // original images from the disk
-       GtkWidget* digit_array[3]; // actual images that are shown as speed
+       GtkWidget* graphix[10];         // contains all the graphics
+       GtkWidget* big_digits[3];       // big digits that are shown as speed
+       GtkWidget* small_digits[2];     // small digits that are shown on the screen
+       guint unit;                                     // unit used in conversion
+
 } AppData;
 
 #endif /* APPDATA_H_ */