diff --git a/box.go b/box.go index 36b1d38..e8a18c2 100644 --- a/box.go +++ b/box.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "box.h" diff --git a/browser.go b/browser.go index 05548c1..8fc1a40 100644 --- a/browser.go +++ b/browser.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/button.go b/button.go index 63c01dd..7dc50e4 100644 --- a/button.go +++ b/button.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "button.h" diff --git a/callbacks.go b/callbacks.go index 19193b0..1cfaa02 100644 --- a/callbacks.go +++ b/callbacks.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/cgo_darwin_amd64.go b/cgo_darwin_amd64.go index d2add44..9213ce4 100644 --- a/cgo_darwin_amd64.go +++ b/cgo_darwin_amd64.go @@ -1,6 +1,6 @@ //go:build darwin && amd64 -package fltk +package fltk_go // #cgo darwin,amd64 CXXFLAGS: -std=c++11 // #cgo darwin,amd64 CPPFLAGS: -I${SRCDIR}/lib/darwin/amd64 -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_darwin_arm64.go b/cgo_darwin_arm64.go index 2dcbde3..a8048a4 100644 --- a/cgo_darwin_arm64.go +++ b/cgo_darwin_arm64.go @@ -1,7 +1,7 @@ //go:build darwin && arm64 // +build darwin,arm64 -package fltk +package fltk_go // #cgo darwin,arm64 CXXFLAGS: -std=c++11 // #cgo darwin,arm64 CPPFLAGS: -I${SRCDIR}/lib/darwin/arm64 -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_linux_amd64.go b/cgo_linux_amd64.go index 59cd209..d8de843 100644 --- a/cgo_linux_amd64.go +++ b/cgo_linux_amd64.go @@ -1,6 +1,6 @@ //go:build linux && amd64 -package fltk +package fltk_go // #cgo linux,amd64 CXXFLAGS: -std=c++11 // #cgo linux,amd64 CPPFLAGS: -I${SRCDIR}/lib/linux/amd64 -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_linux_arm.go b/cgo_linux_arm.go index 9abba73..b9f82ed 100644 --- a/cgo_linux_arm.go +++ b/cgo_linux_arm.go @@ -1,6 +1,6 @@ //go:build linux && arm -package fltk +package fltk_go // #cgo linux,arm CXXFLAGS: -std=c++11 // #cgo linux,arm CPPFLAGS: -I${SRCDIR}/lib/linux/arm -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_linux_arm64.go b/cgo_linux_arm64.go index fb286a4..2766bee 100644 --- a/cgo_linux_arm64.go +++ b/cgo_linux_arm64.go @@ -1,6 +1,6 @@ //go:build linux && arm64 -package fltk +package fltk_go // #cgo linux,arm64 CXXFLAGS: -std=c++11 // #cgo linux,arm64 CPPFLAGS: -I${SRCDIR}/lib/linux/arm64 -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_openbsd_amd64.go b/cgo_openbsd_amd64.go index c10172e..19df076 100644 --- a/cgo_openbsd_amd64.go +++ b/cgo_openbsd_amd64.go @@ -1,6 +1,6 @@ //go:build openbsd && amd64 -package fltk +package fltk_go // #cgo openbsd,amd64 CXXFLAGS: -std=c++11 // #cgo openbsd,amd64 CPPFLAGS: -I${SRCDIR}/lib/openbsd/amd64 -I/usr/X11R6/include -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_openbsd_arm64.go b/cgo_openbsd_arm64.go index 521c9d9..7215de1 100644 --- a/cgo_openbsd_arm64.go +++ b/cgo_openbsd_arm64.go @@ -1,6 +1,6 @@ //go:build openbsd && arm64 -package fltk +package fltk_go // #cgo openbsd,arm64 CXXFLAGS: -std=c++11 // #cgo openbsd,arm64 CPPFLAGS: -I${SRCDIR}/lib/openbsd/arm64 -I/usr/X11R6/include -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -I${SRCDIR}/include/png -I${SRCDIR}/include/zlib -I${SRCDIR}/include/jpeg -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D_REENTRANT diff --git a/cgo_windows_amd64.go b/cgo_windows_amd64.go index 78004ca..34d2b0e 100644 --- a/cgo_windows_amd64.go +++ b/cgo_windows_amd64.go @@ -1,6 +1,6 @@ // go:build windows && amd64 -package fltk +package fltk_go // #cgo windows,amd64 CXXFLAGS: -std=c++11 // #cgo windows,amd64 CPPFLAGS: -I${SRCDIR}/lib/windows/amd64 -I${SRCDIR}/include -I${SRCDIR}/include/FL/images -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 diff --git a/chart.go b/chart.go index b70751a..efcfb57 100644 --- a/chart.go +++ b/chart.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "chart.h" diff --git a/choice.go b/choice.go index 8e8ffb5..c11ea89 100644 --- a/choice.go +++ b/choice.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "choice.h" diff --git a/config/config.go b/config/config.go index da1567d..6337d4e 100644 --- a/config/config.go +++ b/config/config.go @@ -2,5 +2,5 @@ package config const ( ProjectName = "fltk_go" - ProjectVersion = "v0.0.9" + ProjectVersion = "v0.0.10" ) diff --git a/dialogs.go b/dialogs.go index 4ff5ec7..51f5112 100644 --- a/dialogs.go +++ b/dialogs.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/drawings.go b/drawings.go index af8caf4..4119631 100644 --- a/drawings.go +++ b/drawings.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/enumerations.go b/enumerations.go index c639bd8..41b5ff9 100644 --- a/enumerations.go +++ b/enumerations.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "enumerations.h" diff --git a/events.go b/events.go index 6dbf711..4d4cda8 100644 --- a/events.go +++ b/events.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "events.h" diff --git a/file_chooser.go b/file_chooser.go index ca9de58..4466fb3 100644 --- a/file_chooser.go +++ b/file_chooser.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/flex.go b/flex.go index 1ffe29f..addbc8c 100644 --- a/flex.go +++ b/flex.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "flex.h" diff --git a/fltk-build-invoke.go b/fltk-build-invoke.go index cda8357..39a8916 100644 --- a/fltk-build-invoke.go +++ b/fltk-build-invoke.go @@ -1,3 +1,3 @@ -package fltk +package fltk_go //go:generate go run fltk-build.go diff --git a/fltk.go b/fltk_go.go similarity index 99% rename from fltk.go rename to fltk_go.go index 8a37f5f..4ce3727 100644 --- a/fltk.go +++ b/fltk_go.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/gl_window.go b/gl_window.go index eb1a78f..c39746f 100644 --- a/gl_window.go +++ b/gl_window.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "gl_window.h" diff --git a/grid.go b/grid.go index a97a235..9c306cb 100644 --- a/grid.go +++ b/grid.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "grid.h" diff --git a/group.go b/group.go index 3b4ca8c..03a97e8 100644 --- a/group.go +++ b/group.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "group.h" diff --git a/helpview.go b/helpview.go index f583df8..634f782 100644 --- a/helpview.go +++ b/helpview.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/image.go b/image.go index ff0f959..19561f4 100644 --- a/image.go +++ b/image.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/input.go b/input.go index b519fad..2167bfd 100644 --- a/input.go +++ b/input.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/input_choice.go b/input_choice.go index c259808..c3ecd19 100644 --- a/input_choice.go +++ b/input_choice.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/menu.go b/menu.go index 5b6cd85..7dd36cf 100644 --- a/menu.go +++ b/menu.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/pack.go b/pack.go index 5e9977a..71ee309 100644 --- a/pack.go +++ b/pack.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "pack.h" diff --git a/progress.go b/progress.go index c13095a..87c167f 100644 --- a/progress.go +++ b/progress.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "progress.h" diff --git a/roller.go b/roller.go index e64a140..a33c6d5 100644 --- a/roller.go +++ b/roller.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "roller.h" diff --git a/scroll.go b/scroll.go index b0f81cc..8b79f3f 100644 --- a/scroll.go +++ b/scroll.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "scroll.h" diff --git a/slider.go b/slider.go index 9ab82cc..96931e3 100644 --- a/slider.go +++ b/slider.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "slider.h" diff --git a/spinner.go b/spinner.go index 21753b4..3421fda 100644 --- a/spinner.go +++ b/spinner.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "enumerations.h" diff --git a/table.go b/table.go index 2d03745..5250507 100644 --- a/table.go +++ b/table.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "table.h" diff --git a/tabs.go b/tabs.go index a52533e..14a5d5e 100644 --- a/tabs.go +++ b/tabs.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "tabs.h" diff --git a/text.go b/text.go index ec341aa..57b71d2 100644 --- a/text.go +++ b/text.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/text_test.go b/text_test.go index 3530433..261d591 100644 --- a/text_test.go +++ b/text_test.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go import ( "errors" diff --git a/tile.go b/tile.go index 1c9e739..9429f3b 100644 --- a/tile.go +++ b/tile.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "tile.h" diff --git a/tooltip.go b/tooltip.go index 3bf2853..b254cca 100644 --- a/tooltip.go +++ b/tooltip.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/tree.go b/tree.go index aa0ed38..48b40e8 100644 --- a/tree.go +++ b/tree.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/valuator.go b/valuator.go index 40e3baf..79cc4b6 100644 --- a/valuator.go +++ b/valuator.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "valuator.h" diff --git a/widget.go b/widget.go index f4531a3..7c2feae 100644 --- a/widget.go +++ b/widget.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/widget_deletion_test.go b/widget_deletion_test.go index 7ac41fd..44710bc 100644 --- a/widget_deletion_test.go +++ b/widget_deletion_test.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go import ( "errors" diff --git a/window.go b/window.go index 7a19286..55aab4f 100644 --- a/window.go +++ b/window.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include diff --git a/wizard.go b/wizard.go index 003573d..4688961 100644 --- a/wizard.go +++ b/wizard.go @@ -1,4 +1,4 @@ -package fltk +package fltk_go /* #include "wizard.h"