diff options
Diffstat (limited to 'callbacks_unix.go')
| -rw-r--r-- | callbacks_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/callbacks_unix.go b/callbacks_unix.go index 8fb52b5..f072cb2 100644 --- a/callbacks_unix.go +++ b/callbacks_unix.go @@ -14,7 +14,6 @@ cgo doesn't support calling Go functions by default; we have to mark them for ex while we're at it the callback for our idle function will be handled here too */ -// #cgo pkg-config: gtk+-3.0 // #include "gtk_unix.h" // extern gboolean our_window_delete_event_callback(GtkWidget *, GdkEvent *, gpointer); // extern gboolean our_window_configure_event_callback(GtkWidget *, GdkEvent *, gpointer); |
