]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix compilation for platforms besides Windows
[lyx.git] / src / LyXRC.h
index ffcf3f650c10703218c5c96d75cee43652516e21..3567bae6ea4e196b0b07844a60443b020cd1dfc4 100644 (file)
@@ -110,6 +110,7 @@ public:
                RC_LANGUAGE_USE_BABEL,
                RC_LOADSESSION,
                RC_MACRO_EDIT_STYLE,
+               RC_MAC_DONTSWAP_CTRL_META,
                RC_MAC_LIKE_WORD_MOVEMENT,
                RC_MAKE_BACKUP,
                RC_MARK_FOREIGN_LANGUAGE,
@@ -411,6 +412,8 @@ public:
        /// all available editors
        Alternatives editor_alternatives;
        ///
+       bool mac_dontswap_ctrl_meta;
+       ///
        bool mac_like_word_movement;
        ///
        bool cursor_follows_scrollbar;