[Window] Set up real transparency if possible
[tilda-gobject.git] / tilda-window.h
index e11e17c..b8b408f 100644 (file)
@@ -42,6 +42,8 @@ struct _TildaWindow {
        GPtrArray *terms;
 
        gint number;
+
+       gboolean have_real_transparency;
 };
 
 struct _TildaWindowClass {