diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 23:38:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 23:38:28 +0000 |
commit | 47ee068d2c202c4006d5a916fb2cfa4d4071230d (patch) | |
tree | ca18f62ea3a5300b4e94f757208abf47fecad42f /config.h.cmake | |
parent | db9d51186b28bc2252032458b433ba5f8d1972bc (diff) | |
download | tdelibs-47ee068d2c202c4006d5a916fb2cfa4d4071230d.tar.gz tdelibs-47ee068d2c202c4006d5a916fb2cfa4d4071230d.zip |
Add composition manager detection and support to Trinity
This adds the methods required to make transparent widgets via alpha blending a reality
An additional widget class may be coming shortly
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246265 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index 719e324df..99562b3a6 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -665,6 +665,9 @@ /* Defined if your system has XRender support */ #cmakedefine HAVE_XRENDER 1 +/* Defined if your system has XComposite support */ +#cmakedefine HAVE_XCOMPOSITE 1 + /* Define to 1 if you have the `_getpty' function. */ #cmakedefine HAVE__GETPTY 1 |