diff --git a/src/LyX.cpp b/src/LyX.cpp index 20201f41d7..21a84e249e 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -1371,7 +1371,7 @@ int parse_geometry(string const & arg1, string const &, string &) return -1; #else // but that is only done if QPA_XCB is not defined. - return 0; + return 1; #endif }