diff options
Diffstat (limited to 'virtual-programs')
| -rw-r--r-- | virtual-programs/display.folk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtual-programs/display.folk b/virtual-programs/display.folk index 15df565d..2853c065 100644 --- a/virtual-programs/display.folk +++ b/virtual-programs/display.folk @@ -147,6 +147,7 @@ namespace eval ::Display { # for backward compatibility now. proc warnDeprecated {} { upvar 2 this this + if {![info exists this]} {set this "<unknown>"} set func [lindex [info level -1] 0] set w "$func was deprecated in Oct 2023; use GPU wishes/shaders" Claim $this has warning $w with info $w |
