summaryrefslogtreecommitdiffstats
path: root/vncviewer/DesktopWindow.h
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2006-05-17 09:39:42 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2006-05-17 09:39:42 +0000
commit318eb4ae6ae936c5f07fdb751b7b7b2b0d58d8ae (patch)
tree8db2c999fbb7486cf26ce6cae79918557ff4ba1d /vncviewer/DesktopWindow.h
parentccc653a328a8d6c5de50c682fb66a8c308c90182 (diff)
downloadtigervnc-318eb4ae6ae936c5f07fdb751b7b7b2b0d58d8ae.tar.gz
tigervnc-318eb4ae6ae936c5f07fdb751b7b7b2b0d58d8ae.zip
Toolbar handling restored.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@556 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer/DesktopWindow.h')
-rw-r--r--vncviewer/DesktopWindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vncviewer/DesktopWindow.h b/vncviewer/DesktopWindow.h
index dd1bcdca..d54cd5f7 100644
--- a/vncviewer/DesktopWindow.h
+++ b/vncviewer/DesktopWindow.h
@@ -87,14 +87,14 @@ namespace rfb {
void setCursor(int w, int h, const Point& hotspot, void* data, void* mask);
void showCursor() { showLocalCursor(); }
- // - Set whether to show the toolbar
- // FIXME: Actually show/hide the toolbar.
- void setShowToolbar(bool st) { showToolbar = st; }
-
// - Set the window fullscreen / determine whether it is fullscreen
void setFullscreen(bool fs);
bool isFullscreen() { return fullscreenActive; }
+ // - Set/get the toolbar's state
+ void setShowToolbar(bool st);
+ bool isToolbarEnabled() { return showToolbar; }
+
// - Set whether to disable special Windows keys & pass them straight to server
void setDisableWinKeys(bool dwk);