[Win32SS]
[reactos.git] / reactos / win32ss / user / ntuser / painting.h
index c212d6f..307ddbd 100644 (file)
@@ -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