From 923f7721cca66d84dea77ffd9640d793803142ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 28 Apr 2023 10:35:57 -0500 Subject: s/Config/me/ to remove direct access to anything since most everything needs to be passed to the toolkits everything should be accessed via func()'s Signed-off-by: Jeff Carr --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 89ca66a..83a309d 100644 --- a/structs.go +++ b/structs.go @@ -21,7 +21,7 @@ import ( // For example, a "Mouse Control Panel" not the GIMP or blender. // -var Config guiConfig +var me guiConfig // This struct can be used with the go-arg package type GuiArgs struct { -- cgit v1.2.3