• Ken Thomases's avatar
    winemac: Don't invalidate the window shadow on every draw if it's merely shaped… · 170d80dc
    Ken Thomases authored
    winemac: Don't invalidate the window shadow on every draw if it's merely shaped and not color-keyed or using per-pixel alpha.
    
    This avoids flickering and tearing on some versions of OS X during frequent
    redrawing in a shaped window, such as when scrolling a document in Word 2007.
    
    Since we aren't guaranteed that the window surface has updated bits for us to
    draw, we mark the whole content view as needing redisplay and draw the window's
    shape in the background color on the first -drawRect: after the shape change.
    170d80dc
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...