aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-config.h.in
blob: 154a0669ee9874b28e2172a820ab65325fe8c043 (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
#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 cairo for theme rendering */
#define USE_CAIRO @USE_CAIRO@

/* Build simple, plain X, theme engine */
#define THEME_SIMPLE @THEME_SIMPLE@

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

/* Use glib main loop */
#define USE_GLIB_MAINLOOP @USE_GLIB_MAINLOOP@

/* GTK Integration */
#define USE_GTK @USE_GTK@

#endif