]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
fix compilation on F13 and binutils/gold by rewriting specialized X11 code
[lyx.git] / src / LyXRC.h
index c68e83cd29ea8d2dede3cf531e4207bbfd8e1f4f..4ec4d2aeef4af3e5a79bdb86f2245d540822e75a 100644 (file)
@@ -76,8 +76,11 @@ public:
                RC_EDITOR_ALTERNATIVES,
                RC_ESC_CHARS,
                RC_EXAMPLEPATH,
+               RC_EXPORT_OVERWRITE,
                RC_FONT_ENCODING,
                RC_FORMAT,
+               RC_FORWARD_SEARCH_DVI,
+               RC_FORWARD_SEARCH_PDF,
                RC_FULL_SCREEN_LIMIT,
                RC_FULL_SCREEN_SCROLLBAR,
                RC_FULL_SCREEN_TABBAR,
@@ -490,6 +493,12 @@ public:
        bool open_buffers_in_tabs;
        ///
        bool single_close_tab_button;
+       ///
+       std::string forward_search_dvi;
+       ///
+       std::string forward_search_pdf;
+       ///
+       int export_overwrite;
 };