diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-16 10:34:12 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-16 10:34:12 -0400 |
| commit | 63f8033f49532fcbd294a40743348a8009ff81fd (patch) | |
| tree | 403ca4557172097cd1e2c71f755b7f637556f6f8 /gtkcasts_unix.go | |
| parent | 7b95e735d68893aecf8d7419e4034480793e3c70 (diff) | |
Split out includes of <gtk/gtk.h> into a new header file so the GTK+ versioning macros can be included in all Go files, not just area_unix.go.
Diffstat (limited to 'gtkcasts_unix.go')
| -rw-r--r-- | gtkcasts_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go index b459c46..b4fe95b 100644 --- a/gtkcasts_unix.go +++ b/gtkcasts_unix.go @@ -14,7 +14,7 @@ import ( // Listbox casts are stored in listbox_unix.go // #cgo pkg-config: gtk+-3.0 -// #include <gtk/gtk.h> +// #include "gtk_unix.h" import "C" func fromgbool(b C.gboolean) bool { |
