mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
26 lines
486 B
CMake
26 lines
486 B
CMake
![]() |
/*
|
||
|
|
||
|
This file includes config #define's for KWin's libraries
|
||
|
that are installed. Installed files and files using them
|
||
|
should be using these instead of their own.
|
||
|
|
||
|
*/
|
||
|
|
||
|
#ifndef KWINCONFIG_H
|
||
|
#define KWINCONFIG_H
|
||
|
|
||
|
/*
|
||
|
|
||
|
These should be primarily used to detect what kind of compositing
|
||
|
support is available.
|
||
|
|
||
|
*/
|
||
|
|
||
|
/* KWIN_HAVE_XRENDER_COMPOSITING - whether XRender-based compositing support is available */
|
||
|
#cmakedefine KWIN_HAVE_XRENDER_COMPOSITING
|
||
|
|
||
|
#cmakedefine KWIN_HAVE_EGL
|
||
|
|
||
|
|
||
|
#endif
|