]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald-ui.h
Rework font code, add new fonts, also proportional, rework watch usage - "SET" button...
[oswald.git] / ui / oswald-ui.h
index 363327a27ef01c408e908036de9cf9229ad83568..0872a94dd0cb6bcda6810853694d7ca9753a515a 100644 (file)
@@ -9,9 +9,9 @@ typedef struct {
        GtkWidget *mainwin;
        GtkWidget *darea;
        GdkPixmap *pixmap;
-       u8t accel_x;
-       u8t accel_y;
-       u8t accel_z;
+       uint8_t accel_x;
+       uint8_t accel_y;
+       uint8_t accel_z;
        gboolean halfsecond_active;
        gboolean centisecond_active;
 } oswald_ui;