X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;h=6b46e98bc93cba3fd50bef211c2ea743c10c5417;hb=ebe3091560a859996a9904c342c62b512b39bee0;hp=8c54d06a3108e6264c873c80b54fde5217b51015;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox diff --git a/openbox/translate.h b/openbox/translate.h index 8c54d06a..6b46e98b 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -21,7 +21,7 @@ #include -gboolean translate_button(gchar *str, guint *state, guint *keycode); -gboolean translate_key(gchar *str, guint *state, guint *keycode); +gboolean translate_button(const gchar *str, guint *state, guint *keycode); +gboolean translate_key(const gchar *str, guint *state, guint *keycode); #endif