X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;h=bffdc9b8c6834616be3102a242b3d5ee5fe372ae;hb=HEAD;hp=21cd64984146ce5556693f5240864d011ce4fd8e;hpb=a6f52b90551621316a36f7cd7b20ef1d5dca0782;p=chaz%2Fopenbox diff --git a/openbox/translate.h b/openbox/translate.h index 21cd6498..bffdc9b8 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -24,10 +24,6 @@ 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); - -/*! Translate a keycode to the unicode character it represents */ -gunichar translate_unichar(guint keycode); +void RrImageSetDestroyFunc(RrImage *image, RrImageDestroyFunc func); #endif