create an options structure to indicate if we need a gui
authorDiane Trout <diane@caltech.edu>
Thu, 13 Apr 2006 00:39:51 +0000 (00:39 +0000)
committerDiane Trout <diane@caltech.edu>
Thu, 13 Apr 2006 00:39:51 +0000 (00:39 +0000)
commit3c91d561de24f3011d0d33aa76ec1f2250153a64
tree788fbae837efef7c68fb12dceaa2e3ee79293b73
parent8895e01b45d6df1973490d779c9051811f056cae
create an options structure to indicate if we need a gui
My last attempt at making mussagl not need to run a gui on linux caused os x
to break. This implements a more complicated scheme that involves
initialize_mussa learning how to pass multiple options and a hidden
argument to QApplication to not initialize the gui when (in X11) $DISPLAY
isn't set.
alg/parse_options.cpp
alg/parse_options.hpp
qui/mussagl.cpp