]> git.lyx.org Git - features.git/commit
Pass width = 0 and height = 0 as unsigned int to indicate the usage of the geometry...
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Jun 2006 18:07:10 +0000 (18:07 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Jun 2006 18:07:10 +0000 (18:07 +0000)
commit2deec8a96adf4bc975f6f2ccead4c9667f8c28b7
tree4f77ec325ffc1c0c4a30bca78ff7efda2c7734fc
parenta8bf36a4137faf17208f66689c6fe0401b3b0f5c
Pass width = 0 and height = 0 as unsigned int to indicate the usage of the geometry option
* lyx_main.C set             width and height to 0
* frontends/qt3/lyx_gui.C    test on 0
* frontends/qt4/lyx_gui.C    test on 0

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14235 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt3/lyx_gui.C
src/frontends/qt4/lyx_gui.C
src/lyx_main.C