diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-04-15 12:58:31 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-04-15 12:58:31 +0000 |
commit | 4ae229f70b86443401d62fb07491fef76951a0bc (patch) | |
tree | bfcad5d5bdacb9a92adda33a92f7d0a7c298b0a1 /vncviewer/DesktopWindow.h | |
parent | 6a464beb1bb9e16567aa3605d979be3f3229d799 (diff) | |
download | tigervnc-4ae229f70b86443401d62fb07491fef76951a0bc.tar.gz tigervnc-4ae229f70b86443401d62fb07491fef76951a0bc.zip |
Add a scroll widget so that we can allow resizing of the main window.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4374 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/DesktopWindow.h')
-rw-r--r-- | vncviewer/DesktopWindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h index 39fb9e7b..e616b05b 100644 --- a/vncviewer/DesktopWindow.h +++ b/vncviewer/DesktopWindow.h @@ -65,6 +65,9 @@ public: viewport->copyRect(r, srcX, srcY); } + // Fl_Window callback methods + void resize(int x, int y, int w, int h); + private: static void handleClose(Fl_Widget *wnd, void *data); |