]> git.lyx.org Git - lyx.git/blobdiff - src/client/client.cpp
de.po
[lyx.git] / src / client / client.cpp
index a950f8303bd02ae90261426905ce84a654ed3e26..17338a6765a278ecfde15d81098cf9d17f6de9b5 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <config.h>
 
+#include "LyXRC.h"
+
 #include "support/ConsoleApplication.h"
 #include "support/debug.h"
 #include "support/FileName.h"
@@ -66,10 +68,9 @@ using namespace lyx::support;
 
 namespace lyx {
 
-// Dummy LyXRC support
-struct LyXRC {
-       string icon_set;
-} lyxrc;
+// Required global variables
+bool verbose = false;
+LyXRC lyxrc;
 
 // Keep the linker happy on Windows
 void lyx_exit(int)