]> source.dussan.org Git - tigervnc.git/commit
Don't parse FLTK arguments using Fl::arg; handle -display as other options
authorPeter Åstrand (astrand) <astrand@cendio.se>
Mon, 29 Jan 2018 09:42:44 +0000 (10:42 +0100)
committerPeter Åstrand (astrand) <astrand@cendio.se>
Mon, 29 Jan 2018 09:42:44 +0000 (10:42 +0100)
commit3ec76bd5eb9d70ba3dde7dcfd5c5e0aa3d7d3617
tree9b35441650041aabd0fb174d4c099184ca7f5454
parent2922e749706297dba661e569b55c5252da5daecc
Don't parse FLTK arguments using Fl::arg; handle -display as other options

Fl::arg accepts several arguments which we are not documenting. Also,
it accepts a -geometry argument, which clashes with our own -geometry
option.
vncviewer/parameters.cxx
vncviewer/parameters.h
vncviewer/vncviewer.cxx