aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/Viewport.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-06-01 09:31:53 +0000
committerPierre Ossman <ossman@cendio.se>2011-06-01 09:31:53 +0000
commite00f0aa62b8631456dce54a82211cd779f99ae68 (patch)
tree6293e21e79f165b77294ac79544503880c26b177 /vncviewer/Viewport.h
parentb043ad143dbf333dd6d23da1736744f94f79e302 (diff)
downloadtigervnc-e00f0aa62b8631456dce54a82211cd779f99ae68.tar.gz
tigervnc-e00f0aa62b8631456dce54a82211cd779f99ae68.zip
Allow resize of the viewport widget.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4459 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/Viewport.h')
-rw-r--r--vncviewer/Viewport.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h
index f3f60be9..293eb93b 100644
--- a/vncviewer/Viewport.h
+++ b/vncviewer/Viewport.h
@@ -79,7 +79,11 @@ public:
}
// Fl_Widget callback methods
+
void draw();
+
+ void resize(int x, int y, int w, int h);
+
int handle(int event);
private: