fixes
[speedometer] / appdata.h
index 45184d5..4cbf34c 100644 (file)
--- a/appdata.h
+++ b/appdata.h
@@ -19,6 +19,7 @@
 #ifndef APPDATA_H_
 #define APPDATA_H_
 
+#include <libosso.h>
 #include <hildon/hildon-program.h>
 #include <hildon/hildon-window.h>
 
@@ -26,11 +27,10 @@ typedef struct _AppData {
     HildonProgram *program;
     HildonWindow *window;
 
-       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
 
+       osso_context_t* osso_ctx;       // libosso
+
 } AppData;
 
 #endif /* APPDATA_H_ */