Add gettext support to Tilda
[tilda-gobject.git] / tilda-window.h
index 0ff0b1f..bc05800 100644 (file)
@@ -46,10 +46,8 @@ struct _TildaWindow {
 
        gchar *key;
 
-       gint min_height;
-       gint min_width;
-       gint max_height;
-       gint max_width;
+       gint height;
+       gint width;
        gint x_position;
        gint y_position;
 
@@ -60,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;
@@ -83,4 +81,3 @@ gboolean tilda_window_remove_term (TildaWindow *tw, gint terminal_number);
 #endif /* TILDA_WINDOW_H */
 
 /* vim: set ts=4 sts=4 sw=4 noet tw=112: */
-