From 54bbe72aa8fe60c21e3bca46a5455a2965859c5b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 3 Mar 2025 22:56:05 -0600 Subject: SIGWINCH works on background and libnotify widgets --- structs.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'structs.go') 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 -- cgit v1.2.3