Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kwin / lib / kwinconfig.h.cmake
blobb653e8d8b9fd12696a020bb59a638d45d99955b2
1 /*
3  This file includes config #define's for KWin's libraries
4  that are installed. Installed files and files using them
5  should be using these instead of their own.
7 */
9 #ifndef KWINCONFIG_H
10 #define KWINCONFIG_H
12 #if ${HAVE_OPENGL}
13 #define KWIN_HAVE_OPENGL 1
14 #else
15 #undef KWIN_HAVE_OPENGL
16 #endif
20  These should be primarily used to detect what kind of compositing
21  support is available.
25 /* KWIN_HAVE_COMPOSITING - whether any compositing support is available */
26 #cmakedefine KWIN_HAVE_COMPOSITING
28 /* KWIN_HAVE_OPENGL_COMPOSITING - whether OpenGL-based compositing support is available */
29 #cmakedefine KWIN_HAVE_OPENGL_COMPOSITING
31 /* KWIN_HAVE_XRENDER_COMPOSITING - whether XRender-based compositing support is available */
32 #cmakedefine KWIN_HAVE_XRENDER_COMPOSITING
35 #endif