aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/mb-wm-theme.h')
-rw-r--r--matchbox/mb-wm-theme.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/matchbox/mb-wm-theme.h b/matchbox/mb-wm-theme.h
index 574c8c6..a6d7930 100644
--- a/matchbox/mb-wm-theme.h
+++ b/matchbox/mb-wm-theme.h
@@ -96,7 +96,6 @@ struct MBWMTheme
char *path;
GList *xml_clients;
- Bool compositing;
Bool shaped;
MBWMColor color_lowlight;
MBWMColor color_shadow;
@@ -188,9 +187,6 @@ mb_wm_theme_get_shadow_color (MBWMTheme * theme,
MBWMCompMgrShadowType
mb_wm_theme_get_shadow_type (MBWMTheme * theme);
-Bool
-mb_wm_theme_use_compositing_mgr (MBWMTheme * theme);
-
typedef unsigned int (*MBWMThemeCustomClientTypeFunc) (const char *type_name,
void *user_data);