diff options
author | Přemysl Janouch <p@janouch.name> | 2018-09-22 14:09:42 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-23 06:38:03 +0200 |
commit | 942bda7db4b7b9e5bae6ad1ad81295b1f346a9f6 (patch) | |
tree | 2602530b371ee3449bfc9233709bb6fe9f82e5fa /config.h.in | |
parent | b0d3b2dcb5c02fedb0f4d95e8337f7829015a7bd (diff) | |
download | tdv-942bda7db4b7b9e5bae6ad1ad81295b1f346a9f6.tar.gz tdv-942bda7db4b7b9e5bae6ad1ad81295b1f346a9f6.tar.xz tdv-942bda7db4b7b9e5bae6ad1ad81295b1f346a9f6.zip |
Use XCB and SelectSelectionInput instead of GTK+
As it happens, there is no real need to constantly poll for changes,
since XFixes can inform us of updates as they happen.
With GTK+ gone we've got dependencies and error handling under control.
XCB is a truly awful thing to learn, though.
Our method will never work on Wayland or Windows, so we don't miss out
on anything by abandoning the huge toolkit.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 40c9d79..4a263f2 100644 --- a/config.h.in +++ b/config.h.in @@ -8,7 +8,7 @@ #define GETTEXT_PACKAGE PROJECT_NAME #define GETTEXT_DIRNAME "${CMAKE_INSTALL_PREFIX}/share/locale" -#cmakedefine WITH_GTK +#cmakedefine WITH_X11 #cmakedefine HAVE_RESIZETERM #endif // ! CONFIG_H |