]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
mathed31.diff
[lyx.git] / src / lyxfunc.h
index cfca897c925747455495419cc60b441d752c7efd..40226d513802bbd8b55a2ee2d5b37cf4d1ca6f0b 100644 (file)
@@ -49,13 +49,9 @@ public:
        /// Same again but for xtl buffers.  Still looking for better idea.
        bool Dispatch(int action, auto_mem_buffer &);
 
-#if 0
-       /// A keyboard event is processed to execute a lyx action. 
-       int processKeyEvent(XEvent * ev);
-#else
        ///
        int processKeySym(KeySym k, unsigned int state);
-#endif
+
        ///
        func_status getStatus(int ac) const;
        
@@ -98,7 +94,7 @@ private:
        ///
        unsigned meta_fake_bit;
        ///
-       void moveCursorUpdate(bool selecting = false);
+       void moveCursorUpdate(LyXText *, bool selecting = false);
        ///
        void setupLocalKeymap();
         ///