New graphics including knot
[speedometer] / appdata.h
index f1ffb29..3bc5275 100644 (file)
--- a/appdata.h
+++ b/appdata.h
 #ifndef APPDATA_H_
 #define APPDATA_H_
 
+#include <libosso.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
-};
+} AppData;
 
 #endif /* APPDATA_H_ */