X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;h=bffdc9b8c6834616be3102a242b3d5ee5fe372ae;hb=HEAD;hp=8249514e10e5fdd47051f4abe96a1fe5f2aa6cda;hpb=a1746ab2158da2324aefb7ce81e7b5edc9c41e79;p=chaz%2Fopenbox diff --git a/openbox/translate.h b/openbox/translate.h index 8249514e..bffdc9b8 100644 --- a/openbox/translate.h +++ b/openbox/translate.h @@ -24,4 +24,6 @@ gboolean translate_button(const gchar *str, guint *state, guint *keycode); gboolean translate_key(const gchar *str, guint *state, guint *keycode); +void RrImageSetDestroyFunc(RrImage *image, RrImageDestroyFunc func); + #endif