compile fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21578 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-13 10:24:34 +00:00
parent 4eb2740a0d
commit 4fc7593ab6

View File

@ -51,7 +51,8 @@ LyXView & Application::createView(unsigned int width,
theLyXFunc().setLyXView(&view);
view.init();
view.setGeometry(width, height, posx, posy, maximized, iconSizeXY, geometryArg);
view.setGeometry(width, height, posx, posy, LyXView::Maximized(maximized),
iconSizeXY, geometryArg);
view.setFocus();