aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-config.h.in
blob: 44133526273359b9d4b37620b5b19c5bdc96674e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef _MB_MW_CONFIG_H
#define _MB_WM_CONFIG_H

/* Enable composite manager code */
#define ENABLE_COMPOSITE @ENABLE_COMPOSITE@

/* Build PNG-image based theme engine */
#define THEME_PNG @THEME_PNG@

/* Use pango for text layout */
#define USE_PANGO @USE_PANGO@

/* Use pango for text layout */
#define USE_PANGO @USE_PANGO@

/* Use clutter for compositing */
#define ENABLE_CLUTTER_COMPOSITE_MANAGER @ENABLE_CLUTTER_COMPOSITE_MANAGER@

/* Use xrender compositing manager backend */
#define ENABLE_XRENDER_COMPOSITE_MANAGER @ENABLE_XRENDER_COMPOSITE_MANAGER@

/* Include at least one of the default compositing manager backends */
#define COMP_MGR_BACKEND @COMP_MGR_BACKEND@

/* Debugging stuff */
#define MBWM_WANT_DEBUG @MBWM_WANT_DEBUG@

#endif