summaryrefslogtreecommitdiff
path: root/callbacks_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-04-01 16:01:49 -0400
committerPietro Gagliardi <[email protected]>2014-04-01 16:01:49 -0400
commit14770e890aba8fb40b97a05fa27c25906555df95 (patch)
tree937c633c0aef8da21285413638843f4f8c12a42a /callbacks_unix.go
parent854ec2d17c6c680f5add025aa5326dfdcc4670d2 (diff)
Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that file a bit.
Diffstat (limited to 'callbacks_unix.go')
-rw-r--r--callbacks_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/callbacks_unix.go b/callbacks_unix.go
index 1efe723..5c7afc3 100644
--- a/callbacks_unix.go
+++ b/callbacks_unix.go
@@ -16,7 +16,6 @@ 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"
-// #include <stdlib.h>
// extern gboolean our_window_delete_event_callback(GtkWidget *, GdkEvent *, gpointer);
// extern gboolean our_window_configure_event_callback(GtkWidget *, GdkEvent *, gpointer);
// extern void our_button_clicked_callback(GtkButton *, gpointer);