commit | e00f0aa62b8631456dce54a82211cd779f99ae68 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Wed Jun 01 09:31:53 2011 +0000 |
committer | Pierre Ossman <ossman@cendio.se> | Wed Jun 01 09:31:53 2011 +0000 |
tree | 6293e21e79f165b77294ac79544503880c26b177 | |
parent | b043ad143dbf333dd6d23da1736744f94f79e302 [diff] [blame] |
Allow resize of the viewport widget. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4459 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/Viewport.h b/vncviewer/Viewport.h index f3f60be..293eb93 100644 --- a/vncviewer/Viewport.h +++ b/vncviewer/Viewport.h
@@ -79,7 +79,11 @@ } // Fl_Widget callback methods + void draw(); + + void resize(int x, int y, int w, int h); + int handle(int event); private: