]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
redraw fix 1.
[lyx.git] / src / lyxfunc.h
index 387f85e9619afff362bc6aa172233c90e782e28a..9f72d2c406e12ce607312015f81a2e9b5f581c58 100644 (file)
 
 #include "frontends/mouse_state.h"
 #include "frontends/key_state.h"
+#include "frontends/LyXKeySym.h"
 
 #include <boost/signals/trackable.hpp>
 
-#include <X11/Xlib.h>
-
 class LyXView;
 class LyXText;
 
@@ -57,7 +56,7 @@ public:
        void initMiniBuffer();
 
        ///
-       void processKeySym(KeySym key, key_modifier::state state);
+       void processKeySym(LyXKeySymPtr key, key_modifier::state state);
 
        /// we need one internal which is called from inside LyXAction and
        /// can contain the string argument.
@@ -81,7 +80,7 @@ public:
        string const getMessage() const { return dispatch_buffer; }
        /// Buffer to store result messages
        string const getStatusMessage() const { return status_buffer; }
-       /// Handle a accented char keysequenze
+       /// Handle a accented char key sequence
        void handleKeyFunc(kb_action action);
 
 private: