]> git.lyx.org Git - lyx.git/commit
Streamline -geometry command-line option support
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 29 Aug 2024 09:10:31 +0000 (11:10 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 30 Aug 2024 09:15:02 +0000 (11:15 +0200)
commitce9de28f06eb770ae440992fb8ca8b98a07c1cfd
treeafab4115ab3dc342455de7c165134358cb0baa2c
parent3bc4554e5762c3484477e1c590632756e3f310ad
Streamline -geometry command-line option support

Instead of baking our own support for -geometry command line option on
Windows (Qt only does that for Xcb), use the fact that Qt 5 provides
the equivalent -qwindowgeometry flag.

All we need to do is to replace the -geometry option with -qwindowgeometry.

This is part of the effort in ticket #13086 to get rid of the
compile-time QPA_XCB define.
src/LyX.cpp
src/frontends/qt/GuiApplication.cpp