commit | 59da99f65033ddfa1bda51343c7fedf5801b0ca2 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Fri Feb 05 10:43:12 2016 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Mar 28 12:36:03 2018 +0200 |
tree | f4fc9aa5cd0cca2f3a7fb5cfaeda06e553bd9b95 | |
parent | 58a4c13ab1c0a215c5369b7ee60af50caa50d007 [diff] [blame] |
Stop abusing InputHandler class for write class The handler is for incoming data and we should not be abusing that class for the writer class. Do proper write prototypes for the relevant functions.
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index 3895fc7..536fbb2 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h
@@ -22,6 +22,8 @@ #include <map> +#include <rfb/Rect.h> + #include <FL/Fl_Widget.H> class Fl_Menu_Button;