Home
last modified time | relevance | path

Searched refs:WNDS2_STARTPAINT (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dpainting.c1238 PaintWnd->state2 &= ~WNDS2_STARTPAINT; in IntGetPaintMessage()
1450 Window->state2 |= WNDS2_STARTPAINT; in IntBeginPaint()
1553 Wnd->state2 &= ~(WNDS2_WMPAINTSENT|WNDS2_STARTPAINT); in IntEndPaint()
H A Ddefwnd.c1091 if (Wnd->state2 & WNDS2_STARTPAINT && !RECTL_bIsEmptyRect(&Wnd->rcClient)) in IntDefWindowProc()
/reactos/win32ss/include/
H A Dntuser.h643 #define WNDS2_STARTPAINT 0X00000004 macro