diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:01:36 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-11-26 15:01:54 +0100 |
| commit | 84cf24948245d893cde9b3ef8c9eee614191de80 (patch) | |
| tree | 1d9a4b8c520c0f02481e7c7f75b1c118bb137bda /configh.cmake.in | |
| parent | 2b400f6abcbd26377b298deb5ee6f7d0166cdfd6 (diff) | |
Fix for issue #253: Remove xdbe support
Diffstat (limited to 'configh.cmake.in')
| -rw-r--r-- | configh.cmake.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configh.cmake.in b/configh.cmake.in index 61bcfdb64..db536f98c 100644 --- a/configh.cmake.in +++ b/configh.cmake.in @@ -110,22 +110,6 @@ #cmakedefine01 USE_PANGO /* - * HAVE_XDBE: - * - * Do we have the X double-buffer extension? - */ - -#cmakedefine01 HAVE_XDBE - -/* - * USE_XDBE: - * - * Actually try to use the double-buffer extension? - */ - -#define USE_XDBE HAVE_XDBE - -/* * HAVE_XFIXES: * * Do we have the X fixes extension? |
