[Window] Add more hardcoded settings for testing
[tilda-gobject.git] / tilda-window.h
index 7ec6e5d..c904c6d 100644 (file)
@@ -46,8 +46,8 @@ struct _TildaWindow {
 
        gchar *key;
 
-       gint max_height;
-       gint max_width;
+       gint height;
+       gint width;
        gint x_position;
        gint y_position;
 
@@ -58,8 +58,8 @@ struct _TildaWindow {
        gint scrollbar_position;
 
        gboolean keep_above;
-       gboolean show_in_taskbar;
-       gboolean pinned;
+       gboolean skip_taskbar_hint;
+       gboolean stick;
        gboolean hidden_at_start;
        gboolean centered_horizontally;
        gboolean centered_vertically;