summaryrefslogtreecommitdiff
path: root/configh.in
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-11-26 15:01:36 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-11-26 15:01:54 +0100
commit84cf24948245d893cde9b3ef8c9eee614191de80 (patch)
tree1d9a4b8c520c0f02481e7c7f75b1c118bb137bda /configh.in
parent2b400f6abcbd26377b298deb5ee6f7d0166cdfd6 (diff)
Fix for issue #253: Remove xdbe support
Diffstat (limited to 'configh.in')
-rw-r--r--configh.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/configh.in b/configh.in
index 8dc34486b..a7d6bfa13 100644
--- a/configh.in
+++ b/configh.in
@@ -109,22 +109,6 @@
#define USE_PANGO 0
/*
- * HAVE_XDBE:
- *
- * Do we have the X double-buffer extension?
- */
-
-#define HAVE_XDBE 0
-
-/*
- * USE_XDBE:
- *
- * Actually try to use the double-buffer extension?
- */
-
-#define USE_XDBE HAVE_XDBE
-
-/*
* HAVE_XFIXES:
*
* Do we have the X fixes extension?