devdraw: fix flashing during window drag

R=rsc
CC=codebot
http://codereview.appspot.com/3922043
This commit is contained in:
Jeff Sickel 2011-01-12 00:54:22 -05:00 committed by Russ Cox
parent a2f6b810f5
commit cbcec5adb9
2 changed files with 5 additions and 3 deletions

View file

@ -525,7 +525,7 @@ eventhandler(EventHandlerCallRef next, EventRef event, void *arg)
exit(0);
case kEventWindowBoundsChanged:
eresized(1);
eresized(0);
break;
case kEventWindowDrawContent: