author | Max Kellermann <max@duempel.org> | |
Mon, 6 Oct 2008 12:38:22 +0000 (14:38 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 6 Oct 2008 12:38:22 +0000 (14:38 +0200) | ||
commit | 04ede1809e29ec58fba71725d65978fd4e586beb | |
tree | afc397e768079a0019f441cc23e1f8bc0193ec66 | tree | snapshot |
parent | 109a63c4d0375f12456d32e5bd58bc92748adad0 | commit | diff |
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.
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 | diff | blob | history |