aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/ServerDialog.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-05-16 12:04:43 +0000
committerPierre Ossman <ossman@cendio.se>2011-05-16 12:04:43 +0000
commitd463b57681c875f096e32250919e5a23f58a439a (patch)
treea2d94e3b5f45c75f3d52222edc65b9b7a3cc15ab /vncviewer/ServerDialog.h
parent2b006fd93177653cdb4ae87220265f52a34a0d65 (diff)
downloadtigervnc-d463b57681c875f096e32250919e5a23f58a439a.tar.gz
tigervnc-d463b57681c875f096e32250919e5a23f58a439a.zip
Initial options dialog (read-only) loosly based on the Unix vncviewer.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4416 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/ServerDialog.h')
-rw-r--r--vncviewer/ServerDialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vncviewer/ServerDialog.h b/vncviewer/ServerDialog.h
index 0d5f6d8c..052eb62f 100644
--- a/vncviewer/ServerDialog.h
+++ b/vncviewer/ServerDialog.h
@@ -32,6 +32,7 @@ public:
protected:
static void handleAbout(Fl_Widget *widget, void *data);
+ static void handleOptions(Fl_Widget *widget, void *data);
static void handleCancel(Fl_Widget *widget, void *data);
static void handleOK(Fl_Widget *widget, void *data);