aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme-engines/mb-wm-theme-cairo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme-engines/mb-wm-theme-cairo.c')
-rw-r--r--src/theme-engines/mb-wm-theme-cairo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theme-engines/mb-wm-theme-cairo.c b/src/theme-engines/mb-wm-theme-cairo.c
index ad5d901..b045e89 100644
--- a/src/theme-engines/mb-wm-theme-cairo.c
+++ b/src/theme-engines/mb-wm-theme-cairo.c
@@ -89,6 +89,12 @@ mb_wm_theme_cairo_init (MBWMObject *obj, va_list vap)
gtk_widget_ensure_style (gwin);
#endif
+ /*
+ * We do not support shaped windows, so reset the flag to avoid unnecessary
+ * ops if the xml theme set this
+ */
+ theme->shaped = False;
+
return 1;
}