X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ftranslate.h;h=bffdc9b8c6834616be3102a242b3d5ee5fe372ae;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hp=8249514e10e5fdd47051f4abe96a1fe5f2aa6cda;hpb=1124d1036984f920dcd5b2caec9ff8fe2d788b8a;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