[Win32k|User32]
[reactos.git] / reactos / subsystems / win32 / win32k / include / painting.h
1 #pragma once
2
3 #include <include/class.h>
4 #include <include/msgqueue.h>
5 #include <include/window.h>
6
7 BOOL FASTCALL
8 co_UserRedrawWindow(PWND Wnd, const RECTL* UpdateRect, HRGN UpdateRgn, ULONG Flags);
9 VOID FASTCALL
10 IntInvalidateWindows(PWND Window, HRGN hRgn, ULONG Flags);
11 BOOL FASTCALL
12 IntGetPaintMessage(PWND Window, UINT MsgFilterMin, UINT MsgFilterMax, PTHREADINFO Thread,
13 MSG *Message, BOOL Remove);
14 INT FASTCALL UserRealizePalette(HDC);
15 INT FASTCALL co_UserGetUpdateRgn(PWND, HRGN, BOOL);