r14090 - in /lyx-devel/branches/personal/younes/src: fron...
<kuemmel <at> lyx.org>
2006-06-13 09:11:13 GMT
Author: kuemmel
Date: Tue Jun 13 11:11:11 2006
New Revision: 14090
Log:
sync with trunk
Index: frontends/gtk/lyx_gui.C
===================================================================
--- frontends/gtk/lyx_gui.C (revision 14088)
+++ frontends/gtk/lyx_gui.C (working copy)
<at> <at> -123,7 +123,7 <at> <at>
void lyx_gui::start(string const & batch, std::vector<string> const & files,
- unsigned int width, unsigned int height, int posx, int posy)
+ unsigned int width, unsigned int height, int posx, int posy, bool)
{
boost::shared_ptr<GView> view_ptr(new GView);
LyX::ref().addLyXView(view_ptr);
Index: frontends/qt3/lyx_gui.C
===================================================================
--- frontends/qt3/lyx_gui.C (revision 14088)
+++ frontends/qt3/lyx_gui.C (working copy)
<at> <at> -222,12 +222,12 <at> <at>
void start(string const & batch, vector<string> const & files,
- unsigned int width, unsigned int height, int posx, int posy)
+ unsigned int width, unsigned int height, int posx, int posy, bool maximize)
(Continue reading)