]> git.neil.brown.name Git - edlib.git/commit
Draw:image - move mode information from num to str2
authorNeilBrown <neil@brown.name>
Fri, 22 Sep 2023 04:40:59 +0000 (14:40 +1000)
committerNeilBrown <neil@brown.name>
Wed, 27 Sep 2023 06:00:03 +0000 (16:00 +1000)
commitda3f8c890ec6bb3286415f4b6464c73d0db83efa
tree6ddf953f01d9b152c075da7b9c202defc5cbd9a4
parentfdafc02e35673af56c800058ef53eeb3d27143e9
Draw:image - move mode information from num to str2

The information about whether the images should be stretch, centered, or
aligned top/bot/left/right is now in 'str2', leaving number free to be a
number.

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