diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-08-06 22:14:11 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-08-06 22:15:59 -0400 |
| commit | c6b22725640c2c1ab1023996807e750a11bd72f8 (patch) | |
| tree | 96ee0ec70594d904161f51fa19e8e91667bc30c6 /openbox/translate.h | |
| parent | d3ff019f53f02afe0c7116a99f65ffb8d622e889 (diff) | |
proper constness
Diffstat (limited to 'openbox/translate.h')
| -rw-r--r-- | openbox/translate.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
