X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXRC.h;h=903d53f7e4e6e12bd1372f9f7831ff2daaff0079;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=dbda8d9153740f4bddde3427c2ee1a4462fa94bf;hpb=4985015e8939df78a8d29c31aa04bc28caa3a47f;p=lyx.git diff --git a/src/LyXRC.h b/src/LyXRC.h index dbda8d9153..903d53f7e4 100644 --- a/src/LyXRC.h +++ b/src/LyXRC.h @@ -18,7 +18,6 @@ #ifndef LYXRC_H #define LYXRC_H -#include "paper.h" #include "Length.h" #include "support/strfwd.h" @@ -26,7 +25,6 @@ #include #include #include -#include namespace lyx { @@ -116,7 +114,7 @@ public: RC_LYXRCFORMAT, RC_MACRO_EDIT_STYLE, RC_MAC_DONTSWAP_CTRL_META, - RC_MAC_LIKE_WORD_MOVEMENT, + RC_MAC_LIKE_CURSOR_MOVEMENT, RC_MAKE_BACKUP, RC_MARK_FOREIGN_LANGUAGE, RC_MOUSE_WHEEL_SPEED, @@ -186,6 +184,7 @@ public: RC_USE_TOOLTIP, RC_USE_PIXMAP_CACHE, RC_USE_QIMAGE, + RC_USE_SYSTEM_THEME_ICONS, RC_VIEWDVI_PAPEROPTION, RC_VIEWER, RC_VIEWER_ALTERNATIVES, @@ -429,7 +428,7 @@ public: /// bool mac_dontswap_ctrl_meta; /// - bool mac_like_word_movement; + bool mac_like_cursor_movement; /// bool cursor_follows_scrollbar; /// @@ -466,6 +465,8 @@ public: std::string user_email; /// icon set name std::string icon_set; + /// whether to use the icons from the theme + bool use_system_theme_icons; /// True if the TeX engine cannot handle posix paths bool windows_style_tex_paths; /// True if the TeX engine can handle file names containing spaces