diff options
| author | Jeff Carr <[email protected]> | 2025-04-30 14:41:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-30 14:41:27 -0500 |
| commit | 664ce4dfae476f119caac9f1f1e270df1e40bbba (patch) | |
| tree | f3b3a9723d973ab575e492600561983ad35e7550 /libnotify.go | |
| parent | 7b6af30194302f92798fbd7bdeabf3d72528bcb8 (diff) | |
rm old codev0.22.45
Diffstat (limited to 'libnotify.go')
| -rw-r--r-- | libnotify.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnotify.go b/libnotify.go index 8e282d5..7f55b46 100644 --- a/libnotify.go +++ b/libnotify.go @@ -150,6 +150,10 @@ func setNotifyIconText(s string) { me.notify.icon.tk.setColorNotifyIcon() me.baseGui.SetViewOnTop(me.notify.icon.tk.v.Name()) log.Info("setNotifyIconText() updated menu to:", me.notify.icon.tk.labelN) + // print out the window list // TODO: put this in libnotify + for _, tk := range me.allwin { + log.Info("known window Window", tk.labelN, tk.window.active, tk.window.order) + } } // in the very end of redrawing things, this will place the help and stdout on the top or botton |
