]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / LyXView.h
index 8bc0463db88ecd2db857b72a94bd0a301ecb58e0..94f46f676d372af5da7e0d98f07d54d398177fe4 100644 (file)
@@ -119,11 +119,9 @@ private:
        void invalidateLayoutChoice();
        ///
        void UpdateDocumentClassChoice();
+public:
        ///
        static int KeyPressMask_raw_callback(FL_FORM *, void *xev);
-       /// makes the main form.
-       FD_form_main *create_form_form_main(int width, int height);
-
        /** This callback is run when a close event is sent from the
          window manager. */
        static int atCloseMainFormCB(FL_FORM *, void *);
@@ -131,6 +129,9 @@ private:
        static void AutosaveTimerCB(FL_OBJECT *, long);
        /// A callback
        static void UpdateTimerCB(FL_OBJECT *, long);
+private:
+       /// makes the main form.
+       FD_form_main *create_form_form_main(int width, int height);
        /// A pointer to the form.      
        FD_form_main *_form_main;
        /// A pointer to the form.