Home
last modified time | relevance | path

Searched refs:WNDS2_FORCEFULLNCPAINTCLIPRGN (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dpainting.c360 if (pWnd->state2 & WNDS2_FORCEFULLNCPAINTCLIPRGN) in IntSendNCPaint()
362 pWnd->state2 &= ~WNDS2_FORCEFULLNCPAINTCLIPRGN; in IntSendNCPaint()
/reactos/win32ss/include/
H A Dntuser.h664 #define WNDS2_FORCEFULLNCPAINTCLIPRGN 0X00800000 macro