]> git.lyx.org Git - lyx.git/blobdiff - src/minibuffer.h
removed a warning from screen and added CFLAGS in lyx.spec.in.
[lyx.git] / src / minibuffer.h
index 27b802c5b0b45a5fbe283cc386b68f9fe0d155b0..7c214d6f28f8b4cee5c35c68790d3d2e2ecead63 100644 (file)
@@ -51,6 +51,13 @@ public:
        void Activate();
        ///
        void Deactivate();
+       ///
+       static void ExecutingCB(FL_OBJECT *ob, long);
+       ///
+       static void TimerCB(FL_OBJECT *ob, long);
+       ///
+        static int  peek_event(FL_OBJECT *, int, FL_Coord, FL_Coord,
+                              int, void *);
 private:
        ///
        LyXView *owner;
@@ -60,13 +67,6 @@ private:
        string text_stored;
        ///
        FL_OBJECT *add(int, FL_Coord, FL_Coord, FL_Coord, FL_Coord);
-       ///
-       static void ExecutingCB(FL_OBJECT *ob, long);
-       ///
-       static void TimerCB(FL_OBJECT *ob, long);
-       ///
-        static int  peek_event(FL_OBJECT *, int, FL_Coord, FL_Coord,
-                              int, void *);
         ///
        FL_OBJECT *timer;
        ///