You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
458 B
23 lines
458 B
/* |
|
|
|
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 |
|
|
|
|
|
#endif
|
|
|