summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 02:12:54 -0600
committerJeff Carr <[email protected]>2025-03-03 02:12:54 -0600
commit6d1dfed3db9c08b85fd40c1592edf3c730b5b348 (patch)
treed46ec5b2442c94e95d105dbde89d967d51b5ccc6 /structs.go
parent65cf744a8643d63780fed3fc2f60cbe289f54cac (diff)
set global options in init
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index b19367d..c85e859 100644
--- a/structs.go
+++ b/structs.go
@@ -140,6 +140,8 @@ type internalTK struct {
callerTK *guiWidget // which widget called the dropdown menu
wId int // the widget id to use
active bool // is the internal widget currently in use?
+ offsetW int // width offset
+ offsetH int // height offset
}
// the desktop libnotify menu