Browse Source

Make it possible to start in full screen mode.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4453 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.1.90
Pierre Ossman 13 years ago
parent
commit
63ca58e007
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      vncviewer/DesktopWindow.cxx

+ 5
- 0
vncviewer/DesktopWindow.cxx View File

@@ -69,6 +69,11 @@ DesktopWindow::DesktopWindow(int w, int h, const char *name,

OptionsDialog::addCallback(handleOptions, this);

#ifdef HAVE_FLTK_FULLSCREEN
if (fullScreen)
fullscreen();
#endif

show();

// The window manager might give us an initial window size that is different

Loading…
Cancel
Save