From 63f8033f49532fcbd294a40743348a8009ff81fd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 16 Mar 2014 10:34:12 -0400 Subject: Split out includes of into a new header file so the GTK+ versioning macros can be included in all Go files, not just area_unix.go. --- callbacks_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'callbacks_unix.go') diff --git a/callbacks_unix.go b/callbacks_unix.go index c130d27..85eec5a 100644 --- a/callbacks_unix.go +++ b/callbacks_unix.go @@ -15,7 +15,7 @@ while we're at it the callback for our idle function will be handled here too */ // #cgo pkg-config: gtk+-3.0 -// #include +// #include "gtk_unix.h" // #include // extern gboolean our_window_delete_event_callback(GtkWidget *, GdkEvent *, gpointer); // extern gboolean our_window_configure_event_callback(GtkWidget *, GdkEvent *, gpointer); -- cgit v1.2.3