X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;h=bffdc9b8c6834616be3102a242b3d5ee5fe372ae;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hp=14efe73da6a64688a8904338b25f7e4b6695e916;hpb=5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab;p=chaz%2Fopenbox diff --git a/openbox/translate.h b/openbox/translate.h index 14efe73d..bffdc9b8 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -24,6 +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); +void RrImageSetDestroyFunc(RrImage *image, RrImageDestroyFunc func); + #endif