Code

wreadln: removed parameter "x1"
authorMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:38:22 +0000 (14:38 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:38:22 +0000 (14:38 +0200)
commit04ede1809e29ec58fba71725d65978fd4e586beb
treeafc397e768079a0019f441cc23e1f8bc0193ec66
parent109a63c4d0375f12456d32e5bd58bc92748adad0
wreadln: removed parameter "x1"

Several internal functions calculate the width of the input field by
subtracting "x0" from "x1", although the width is already being passed
to them.  Eliminate the parameter "x1" in all functions, and use
"width" instead.
src/wreadln.c