This patch implements support for icons in user-defined menus into Openbox
[dana/openbox.git] / openbox / translate.h
index 8249514..bffdc9b 100644 (file)
@@ -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