diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-08-22 15:10:22 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-08-22 15:10:22 +0200 |
commit | 4f3ac69a11b98aa7eea88a6336140bced4c66eae (patch) | |
tree | 195546fd1a02c65b86bf03c2d0b25e51552a767a /config.h.in | |
parent | 796580af8791db18cf95f32784c0270085f0b361 (diff) | |
download | tigervnc-4f3ac69a11b98aa7eea88a6336140bced4c66eae.tar.gz tigervnc-4f3ac69a11b98aa7eea88a6336140bced4c66eae.zip |
Add xhandler hook
Boiler plate code to intercept system events from FLTK so that
we can generate proper keyboard messages.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index a88c31c5..bac626b7 100644 --- a/config.h.in +++ b/config.h.in @@ -17,6 +17,7 @@ #cmakedefine HAVE_FLTK_CURSOR #cmakedefine HAVE_FLTK_WORK_AREA #cmakedefine HAVE_FLTK_ICONS +#cmakedefine HAVE_FLTK_XHANDLERS #cmakedefine HAVE_ACTIVE_DESKTOP_H #cmakedefine HAVE_ACTIVE_DESKTOP_L #cmakedefine ENABLE_NLS 1 |