]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / lyx_main.h
index b37acb2dbc246db3bd7d8bee4790227a3e06b631..ef58c2bcf1ea1e7813871ae8f9e7783e56349700 100644 (file)
 #ifndef LYX_MAIN_H
 #define LYX_MAIN_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include <csignal>
 
 #include "LString.h"
@@ -66,8 +70,8 @@ private:
        bool first_start;
        ///
        string batch_command;
-       ///
-       struct sigaction act_;
+       /// 
+       // struct sigaction act_; // seems to be unused
        //@}
        /**@name Private Members */
        //@{
@@ -81,8 +85,12 @@ private:
        void deadKeyBindings(kb_keymap * kbmap);
        ///
        void queryUserLyXDir(bool explicit_userdir);
-       ///
-        void ReadRcFile(string const & name);
+       /** Search for and read the LyXRC file name, return
+           true if successfull.
+       */
+        bool ReadRcFile(string const & name);
+       /// Read the ui file `name'
+       void ReadUIFile(string const & name);
         ///
        bool easyParse(int * argc, char * argv[]);
        //@}