diff options
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); |