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.
13 #define KWIN_HAVE_OPENGL 1
15 #undef KWIN_HAVE_OPENGL
20 These should be primarily used to detect what kind of compositing
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