summaryrefslogtreecommitdiff
path: root/gtk/gtk_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_gui.h')
-rw-r--r--gtk/gtk_gui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtk_gui.h b/gtk/gtk_gui.h
index eab25873b..8c9aa0afb 100644
--- a/gtk/gtk_gui.h
+++ b/gtk/gtk_gui.h
@@ -19,6 +19,7 @@
#ifndef GTK_GUI_H
#define GTK_GUI_H
+#include <inttypes.h>
#include <stdbool.h>
#include <gtk/gtk.h>
#include <glade/glade.h>
@@ -37,5 +38,7 @@ extern GtkLabel *labelTooltip;
extern GtkDialog *wndOpenFile;
+uint32_t gtk_gui_gdkkey_to_nskey(GdkEventKey *);
+
#endif /* GTK_GUI_H */