When using the "New" or "Resize" elements, wio crash when to cursor goes
to the left of the window's left border, or above the top border.
This patch takes the absolute value of the X and Y distance between the
top-left corner of the window and the cursor to draw the new area, thus
preventing crashes when this going the "negative way" with the cursor.
Willy Goiffon (1):
Handle new/resize with negative cursor coordinates
output.c | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
--
2.26.2
Can you please re-send this with git send-email? Your "There you go.
Same patch without the macros." would end up in the commit message
as-is, and you should put this into a new thread.
Can you please re-send this with git send-email? Your "There you go.
Same patch without the macros." would end up in the commit message
as-is, and you should put this into a new thread.