remove --show option CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/af/xap/xp/xap_App.cpp src/af/xap/xp/xap_App.h CVS: src/wp/ap/cocoa/ap_CocoaApp.mm src/wp/ap/qnx/ap_QNXApp.cpp CVS: src/wp/ap/unix/ap_UnixApp.cpp src/wp/ap/win/ap_Win32App.cpp CVS: src/wp/ap/xp/ap_App.cpp src/wp/ap/xp/ap_App.h CVS: src/wp/ap/xp/ap_Args.cpp src/wp/ap/xp/ap_Args.h CVS: src/wp/main/cocoa/bundle/Info.plist CVS: ----------------------------------------------------------------------
Dom and I were talking about the commandline. It doesn't process X Windows options like --display, which is quite unfortunate. In a step towards this goal, I've removed --show. The next step is to pass cmdline args to gtk/gnome so that it can process them. It may have been a bit much to remove AP_Args::m_bShowApp. We can put it back if we have to. But I think it causes problems. pat
