]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XLyXKeySym.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / XLyXKeySym.h
index d1dd7c63c514ee8b4acbba020d6121a2bf6243de..dca9a9f6fd6169d779e6b71f5bfe480f34ee05c3 100644 (file)
@@ -15,6 +15,9 @@
 #include <X11/Xlib.h>
 #include "frontends/LyXKeySym.h"
 
+namespace lyx {
+namespace frontend {
+
 /**
  * This is the XForms (X11) version of LyXKeySym.
  */
@@ -44,6 +47,9 @@ public:
         */
        virtual char getISOEncoded(std::string const & encoding) const;
 
+       ///
+       virtual std::string const print(key_modifier::state mod) const;
+
        ///
        unsigned int keysym() const {
                return keysym_;
@@ -52,4 +58,7 @@ private:
        unsigned int keysym_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // XLYXKEYSYM_H