server: Store a separate flag for windows that need to be erased in WM_PAINT.
commitdf13cee288de4b57614253db9bcd7700bbfa99cf
authorAlexandre Julliard <julliard@winehq.org>
Mon, 27 Aug 2007 14:41:08 +0000 (27 16:41 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 27 Aug 2007 14:41:08 +0000 (27 16:41 +0200)
tree54e4d36455928ff23384abcfa408bfe4a27e337d
parent5bd497f3caa9c681b6d50c48f4a84b0b9d7eecb2
server: Store a separate flag for windows that need to be erased in WM_PAINT.

This avoids the need to invalidate the window after WM_ERASEBKGND.
dlls/user32/painting.c
include/wine/server_protocol.h
server/protocol.def
server/window.c