]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
Dekel's patch -- I didn't fix the xforms-0.88 keysyms stuff so it still doesn't finis...
[lyx.git] / src / lyxfunc.h
index 508d0350859ea550ef584d2c50c72003b741c3d1..ced5a7dc41c0dd6d73b32f27f908bc88be5d68ab 100644 (file)
@@ -49,13 +49,13 @@ public:
        /// Same again but for xtl buffers.  Still looking for better idea.
        bool Dispatch(int action, auto_mem_buffer &);
 
-#if FL_REVISION < 89
+ #if FL_REVISION < 89
        /// A keyboard event is processed to execute a lyx action. 
-       int processKeyEvent(XEvent * ev);
-#else
+       int processKeyEvent(XEvent * ev);
+ #else
        ///
        int processKeySym(KeySym k, unsigned int state);
-#endif
+ #endif
        ///
        func_status getStatus(int ac) const;