Ignore DRAW_TRANSP flag.
commit48e6a8f40980a8ed8d5d5203425ba8f395a0eaa1
authorBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 26 Oct 2007 17:51:47 +0000 (26 19:51 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Fri, 26 Oct 2007 17:51:47 +0000 (26 19:51 +0200)
treea9e1ff99481ecae86a41a6834c765db92b648388
parentae1b066d82753e287383dd5b6f9bfe5030616c7e
Ignore DRAW_TRANSP flag.

This flag is supposed to indicate that the background should be "transparent".
However, not setting the background color leads to a rendering artifact where
the character after the cursor sometimes is not drawn.  Simply ignoring the
DRAW_TRANSP flag takes care of this bug.
src/MacVim/MMTextStorage.m
src/MacVim/MMWindowController.m