]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Navigator:
[lyx.git] / src / LyXRC.h
index 40b3647880cb9cafc244c11e2aea3f7991af4590..e34492f2004a4778aa80c549fa191a34a0c28cad 100644 (file)
@@ -49,6 +49,7 @@ public:
                RC_BINDFILE,
                RC_CHECKLASTFILES,
                RC_CHKTEX_COMMAND,
+               RC_COMPLETION_CURSOR_TEXT,
                RC_COMPLETION_INLINE_DELAY,
                RC_COMPLETION_INLINE_MATH,
                RC_COMPLETION_INLINE_TEXT,
@@ -375,8 +376,7 @@ public:
        ///
        int label_init_length;
        ///
-       ///graphics::DisplayType
-       int display_graphics;
+       bool display_graphics;
        ///
        bool show_banner;
        ///
@@ -422,6 +422,8 @@ public:
        /// Width of limited screen (in pixels) in fullscreen mode
        int full_screen_width;
        ///
+       bool completion_cursor_text;
+       ///
        double completion_inline_delay;
        ///
        bool completion_inline_math;