aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/mb-wm-config.h.in
blob: a2335371d3b5b3781c9cdaf9bc87d6a58177c398 (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
30
31
32
#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 default compositing manager backend */
#define DEFAULT_COMP_MGR @DEFAULT_COMP_MGR@

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

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

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

#endif