[Config] Add type-safe configuration parsing
[tilda-gobject.git] / tilda-window.h
index d036c89..54bc2af 100644 (file)
@@ -51,12 +51,11 @@ struct _TildaWindow {
        gint width;
        gint x_position;
        gint y_position;
+       gint animation_delay;
        gint initial_terminals;
 
-       // FIXME: these really should be enum's if possible
-       gint tab_position;
-       gint animation_orientation;
-       gint animation_delay;
+       GtkPositionType tab_position;
+       GtkPositionType animation_orientation;
 
        gboolean keep_above;
        gboolean skip_taskbar_hint;