From a2735edeffb6f839428d8b0277e698ab3b06f4df Mon Sep 17 00:00:00 2001 From: fvogel Date: Sun, 23 Jul 2023 15:38:28 +0000 Subject: Tweak comments. --- library/systray.tcl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/systray.tcl b/library/systray.tcl index f960f98..31b9c08 100644 --- a/library/systray.tcl +++ b/library/systray.tcl @@ -116,6 +116,7 @@ namespace eval ::tk::systray { # Pure-Tcl system notification window for use if native implementation not available. +# This is supposed to happen only on X11 when libnotify is not present. namespace eval ::tk::sysnotify:: { # These defaults mimics the default behaviour of gnome and xfce # notifications. @@ -128,9 +129,6 @@ namespace eval ::tk::sysnotify:: { option add *Sysnotify.alpha 0.85 proc _notifywindow {title msg} { - # TODO: properly define these two gaps: - # X gap from the right screen edge - # Y gap from the top screen edge # cleanup any previous notify window and create a new one set w ._notify -- cgit v0.12