]> git.neil.brown.name Git - edlib.git/commit
Remove meaning for str2 arg to Draw:image and Draw:image-size
authorNeilBrown <neil@brown.name>
Fri, 22 Sep 2023 04:33:02 +0000 (14:33 +1000)
committerNeilBrown <neil@brown.name>
Fri, 22 Sep 2023 04:33:02 +0000 (14:33 +1000)
commit40b5c7d03a1004506c324b6af69f84b1a381f471
tree3e1ae2a60c8654c9de79c8b54274560c9bc975d0
parent83d5f9ab2f5d9a00edcbb79a6baefd7b1bc59b5a
Remove meaning for str2 arg to Draw:image and Draw:image-size

The 'str2' arg is passed to the command when the image name start
"comm:".
However this was never use and it is not clear that the caller could
ever have a useful string to pass.  All details of how to find the
images can be encoded in the command name.

So drop all use for str2 in Draw:image and Draw:image-size handlers.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/Calls
display-ncurses.c
display-x11-xcb.c
python/display-pygtk.py