Selon Pavel Sanda <[EMAIL PROTECTED]>: > > Author: sanda > > Date: Mon Apr 7 14:15:55 2008 > > New Revision: 24146 > > > > /*! > > * \var lyx::FuncCode lyx::WINDOW_NEW > > * \li Action: Creates new empty LyX window. > > * \li Notion: Already opened documents from the previous window can be > found under View menu. > > * \li Syntax: window-new [<GEOMETRY>] > > * \li Params: <GEOMETRY>: pass the geometry of the window. Currently works > only under Windows. > > * \li Origin: Abdel, 21 Oct 2006 > > Abdel, what is the reason for geometry argument used only when #ifdef > Q_WS_WIN ?
the -geometry argument is supposed to be handled by X11 natively so we just ignore it on this platform. Abdel.