[Window] Set up real transparency if possible
[tilda-gobject.git] / tilda-window.h
index f40347a..b8b408f 100644 (file)
@@ -42,6 +42,8 @@ struct _TildaWindow {
        GPtrArray *terms;
 
        gint number;
+
+       gboolean have_real_transparency;
 };
 
 struct _TildaWindowClass {
@@ -54,6 +56,7 @@ struct _TildaWindowClass {
 GType tilda_window_get_type (void);
 
 /* API */
+gboolean tilda_window_remove_term (TildaWindow *tw, gint terminal_number);
 
 #endif /* TILDA_WINDOW_H */