summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-03 22:56:05 -0600
committerJeff Carr <[email protected]>2025-03-03 22:56:05 -0600
commit54bbe72aa8fe60c21e3bca46a5455a2965859c5b (patch)
treea82dc1ceb64f65b1b034f9530863b539003d3ca2 /structs.go
parentb373eab346cc96c8c790d9713824a9208e435748 (diff)
SIGWINCH works on background and libnotify widgets
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index d3fce8e..dd9ed14 100644
--- a/structs.go
+++ b/structs.go
@@ -148,10 +148,11 @@ type internalTK struct {
// the desktop libnotify menu
type libnotify struct {
- clock internalTK // widget for the clock
- menu internalTK // libnotify menu icon
- window internalTK // the libnotify menu
- help internalTK // the help menu
+ clock internalTK // widget for the clock
+ menu internalTK // libnotify menu icon
+ menuWindow internalTK // libnotify menu window
+ window internalTK // the libnotify menu
+ help internalTK // the help menu
}
// this is the gocui way