$OpenBSD: patch-hydra-gtk_src_support_h,v 1.1 2021/02/14 13:42:14 jasper Exp $

Index: hydra-gtk/src/support.h
--- hydra-gtk/src/support.h.orig
+++ hydra-gtk/src/support.h
@@ -37,6 +37,6 @@ GdkPixbuf *create_pixbuf(const gchar *filename);
 /* This is used to set ATK action descriptions. */
 void glade_set_atk_action_description(AtkAction *action, const gchar *action_name, const gchar *description);
 
-GtkWidget *wndMain;
-char *HYDRA_BIN;
-guint message_id;
+extern GtkWidget *wndMain;
+extern char *hydra_bin;
+extern guint message_id;
