diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-09-11 10:48:29 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-09-11 10:48:29 +0200 |
commit | 64ff1ca14f595d0eb7f6b1b47facf5f4147eae51 (patch) | |
tree | d3c9fb78039160cd09ef080303854545e3367eec /vncviewer/Viewport.h | |
parent | 6d66d6deb790545dd475f3e74cf817be97d23cea (diff) | |
download | tigervnc-64ff1ca14f595d0eb7f6b1b47facf5f4147eae51.tar.gz tigervnc-64ff1ca14f595d0eb7f6b1b47facf5f4147eae51.zip |
Update FLTK patches based on feeback from upstream
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r-- | vncviewer/Viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index 30dacad4..8e60da65 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h @@ -73,7 +73,7 @@ private: void handleKeyPress(int keyCode, rdr::U32 keySym); void handleKeyRelease(int keyCode); - static bool handleXEvent(void *event, void *data); + static int handleSystemEvent(void *event, void *data); rdr::U32 translateKeyEvent(void); void handleFLTKKeyPress(void); |