summaryrefslogtreecommitdiff
path: root/gtkcalls_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'gtkcalls_unix.go')
-rw-r--r--gtkcalls_unix.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go
index d09fd61..f56e6fc 100644
--- a/gtkcalls_unix.go
+++ b/gtkcalls_unix.go
@@ -21,6 +21,10 @@ import "C"
type (
gtkWidget C.GtkWidget
+
+ // these are needed for signals
+ gdkEvent C.GdkEvent
+ gpointer C.gpointer
)
func fromgbool(b C.gboolean) bool {