commit | 64ff1ca14f595d0eb7f6b1b47facf5f4147eae51 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Thu Sep 11 10:48:29 2014 +0200 |
committer | Pierre Ossman <ossman@cendio.se> | Thu Sep 11 10:48:29 2014 +0200 |
tree | d3c9fb78039160cd09ef080303854545e3367eec | |
parent | 6d66d6deb790545dd475f3e74cf817be97d23cea [diff] [blame] |
Update FLTK patches based on feeback from upstream
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index 30dacad..8e60da6 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h
@@ -73,7 +73,7 @@ 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);