]> source.dussan.org Git - tigervnc.git/commit
Call Fl::args() to properly parse the "hidden" arguments that FLTK understands. ...
authorDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 22:04:46 +0000 (22:04 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 23 Jun 2011 22:04:46 +0000 (22:04 +0000)
commit5aa0650322b2b898d1699a0bb2c4cc7696e01b7e
treef1e88717875fe72de46760394407d32b7aea5db1
parent1b7abb9acf72860e8d550dbc49419316671d96d1
Call Fl::args() to properly parse the "hidden" arguments that FLTK understands.  This has two primary benefits:  (1) On X11 systems, you can now override the X display by passing '-display {display}' as the first argument, as is the case for most other X11 apps, and (2) on OS X, this allows the application to run within an application (.app) bundle, because Fl::args() parses the hidden arguments passed to the app by the launcher.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4525 3789f03b-4d11-0410-bbf8-ca57d06f2519
vncviewer/vncviewer.cxx