]> Dogcows Code - chaz/openbox/blobdiff - obt/keyboard.h
Merge branch 'backport'
[chaz/openbox] / obt / keyboard.h
index bfe0e92508b35648fd69a0c0556272db8d3db26f..a9029df39bd7337c7805778301078abcea7432fe 100644 (file)
@@ -59,7 +59,7 @@ guint obt_keyboard_modkey_to_modmask(ObtModkeysKey key);
 KeyCode obt_keyboard_keysym_to_keycode(KeySym sym);
 
 /*! Give the string form of a KeyCode */
-const gchar *obt_keyboard_keycode_to_string(guint keycode);
+gchar *obt_keyboard_keycode_to_string(guint keycode);
 
 /*! Translate a KeyCode to the unicode character it represents */
 gunichar obt_keyboard_keycode_to_unichar(guint keycode);
This page took 0.022361 seconds and 4 git commands to generate.