Dear all, qt3/lyx_gui.C line 226-259 read lyxrc and set window width/height/pos. These are repeated for all frontends and should be moved to lyx_main.C Then, how would you want the info be passed to the lyx_gui::start function?
Choices: 1. start(string const& batch, vector<string> const&files, int width, int height, int xpos, int ypos) 2. extern (in parallel to use_gui) int width; int height etc. I prefer the first one, any suggestion? Bo