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
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h
index 39fb9e7..e616b05 100644
--- a/vncviewer/DesktopWindow.h
+++ b/vncviewer/DesktopWindow.h
@@ -65,6 +65,9 @@
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);