[Window] Bugfixes in pull() code
[tilda-gobject.git] / tilda-window.h
index b8b408f..c904c6d 100644 (file)
@@ -42,7 +42,27 @@ struct _TildaWindow {
        GPtrArray *terms;
 
        gint number;
-
+       enum window_states { WINDOW_UP, WINDOW_DOWN } state;
+
+       gchar *key;
+
+       gint height;
+       gint width;
+       gint x_position;
+       gint y_position;
+
+       // FIXME: these really should be enum's if possible
+       gint tab_position;
+       gint animation_orientation;
+       gint animation_delay;
+       gint scrollbar_position;
+
+       gboolean keep_above;
+       gboolean skip_taskbar_hint;
+       gboolean stick;
+       gboolean hidden_at_start;
+       gboolean centered_horizontally;
+       gboolean centered_vertically;
        gboolean have_real_transparency;
 };