chiark / gitweb /
Patch from Mark Wooding to reorganise Loopy's redraw function to be
authorSimon Tatham <anakin@pobox.com>
Sat, 29 May 2010 15:43:48 +0000 (15:43 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 May 2010 15:43:48 +0000 (15:43 +0000)
commit4b0a8c03a6ad1135275e91b32e339e56c9c802c1
tree746b0cac2428d8a0bebd080acccf072dd01829ce
parent9cd182ffa92e97609d562883a1c8e74949963ba0
Patch from Mark Wooding to reorganise Loopy's redraw function to be
properly antialiasing-safe: all redraws are now done by clearing a
rectangle of the image, clipping to that rectangle, and redrawing
everything in it exactly once.

[originally from svn r8963]
loopy.c