summaryrefslogtreecommitdiffstats
path: root/ds9/library/layout.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 17:27:04 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-31 17:27:04 (GMT)
commit68409ff3a87e74b06307f782a0b1343d58a0e614 (patch)
treecf82c4f959ab1236949aa31dbf0c3c39fe1d24c3 /ds9/library/layout.tcl
parent1ca38c527c5c0ba7421891101bed4221f6219950 (diff)
downloadblt-68409ff3a87e74b06307f782a0b1343d58a0e614.zip
blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.gz
blt-68409ff3a87e74b06307f782a0b1343d58a0e614.tar.bz2
update ds9 bin parser
Diffstat (limited to 'ds9/library/layout.tcl')
-rw-r--r--ds9/library/layout.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/library/layout.tcl b/ds9/library/layout.tcl
index 99661c7..9abab0a 100644
--- a/ds9/library/layout.tcl
+++ b/ds9/library/layout.tcl
@@ -833,7 +833,7 @@ proc ProcessHeightCmd {varname iname} {
incr i [expr $height::yycnt-1]
}
-proc ProcessSendHeightCmd {proc id param} {
+proc ProcessSendHeightCmd {proc id param {sock {}} {fn {}}} {
global canvas
$proc $id "$canvas(height)\n"
}
@@ -852,7 +852,7 @@ proc ProcessWidthCmd {varname iname} {
incr i [expr $width::yycnt-1]
}
-proc ProcessSendWidthCmd {proc id param} {
+proc ProcessSendWidthCmd {proc id param {sock {}} {fn {}}} {
global canvas
$proc $id "$canvas(width)\n"
}
@@ -876,7 +876,7 @@ proc ViewCmdSet {which value {cmd {}}} {
}
}
-proc ProcessSendViewCmd {proc id param} {
+proc ProcessSendViewCmd {proc id param {sock {}} {fn {}}} {
global view
switch -- [string tolower [lindex $param 0]] {