X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;fp=openbox%2Ftranslate.h;h=6d9e23bcb26f332305ab64734e380539371e98e7;hb=c6b22725640c2c1ab1023996807e750a11bd72f8;hp=21cd64984146ce5556693f5240864d011ce4fd8e;hpb=d3ff019f53f02afe0c7116a99f65ffb8d622e889;p=chaz%2Fopenbox diff --git a/openbox/translate.h b/openbox/translate.h index 21cd6498..6d9e23bc 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -25,7 +25,7 @@ gboolean translate_button(const gchar *str, guint *state, guint *keycode); gboolean translate_key(const gchar *str, guint *state, guint *keycode); /*! Give the string form of a keycode */ -const gchar *translate_keycode(guint keycode); +gchar *translate_keycode(guint keycode); /*! Translate a keycode to the unicode character it represents */ gunichar translate_unichar(guint keycode);