X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fwin32ss%2Fuser%2Fntuser%2Fpainting.h;h=307ddbda5c89f2fa4281c1ee01c000bdd8a32e93;hp=c212d6f23b308a952eb7ee0735d98d4bebeb80d4;hb=6fe69964e1a1ac44be0a29e508291e8a37d8fe45;hpb=bfb9c92b077d98a75a747851b8f5b7e2bda80591 diff --git a/reactos/win32ss/user/ntuser/painting.h b/reactos/win32ss/user/ntuser/painting.h index c212d6f23b3..307ddbda5c8 100644 --- a/reactos/win32ss/user/ntuser/painting.h +++ b/reactos/win32ss/user/ntuser/painting.h @@ -32,3 +32,5 @@ BOOL FASTCALL IntEndPaint(PWND,PPAINTSTRUCT); HDC FASTCALL IntBeginPaint(PWND,PPAINTSTRUCT); PCURICON_OBJECT FASTCALL NC_IconForWindow( PWND ); BOOL FASTCALL IntFlashWindowEx(PWND,PFLASHWINFO); +BOOL FASTCALL IntIntersectWithParents(PWND, RECTL *); +BOOL FASTCALL IntIsWindowDrawable(PWND); \ No newline at end of file