Tagged 0.1
[speedometer] / appdata.h
index c8befbf..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 {
     HildonProgram *program;
     HildonWindow *window;
-
-       GtkWidget* image_array[10]; // original images from the disk
-       GtkWidget* digit_array[3]; // actual images that are shown as speed
 } AppData;
 
 #endif /* APPDATA_H_ */