|
ReactOS 0.4.17-dev-863-gc5f151a
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
| #define | NCPAINT_WHOLE_WINDOW ((HRGN)1) |
Functions | |
| static VOID | ResetNcPaint (VOID) |
| static LRESULT CALLBACK | NcPaintWndProc (_In_ HWND hWnd, _In_ UINT message, _In_ WPARAM wParam, _In_ LPARAM lParam) |
| static VOID | PumpMessages (VOID) |
| static VOID | ExpectWholeFrameRepainted (_In_ HWND hWnd, _In_ PCSTR pszStage) |
| START_TEST (NcPaintRgn) | |
Variables | |
| static HRGN | g_hrgnNcUpdate |
| static BOOL | g_bWholeWindow |
| static INT | g_cNcPaint |
| #define NCPAINT_WHOLE_WINDOW ((HRGN)1) |
Definition at line 18 of file NcPaintRgn.c.
Definition at line 74 of file NcPaintRgn.c.
Referenced by START_TEST().
|
static |
Definition at line 37 of file NcPaintRgn.c.
Referenced by START_TEST().
Definition at line 60 of file NcPaintRgn.c.
Referenced by START_TEST().
Definition at line 27 of file NcPaintRgn.c.
Referenced by START_TEST().
| START_TEST | ( | NcPaintRgn | ) |
Definition at line 111 of file NcPaintRgn.c.
|
static |
Definition at line 22 of file NcPaintRgn.c.
Referenced by ExpectWholeFrameRepainted(), NcPaintWndProc(), and ResetNcPaint().
|
static |
Definition at line 23 of file NcPaintRgn.c.
Referenced by ExpectWholeFrameRepainted(), NcPaintWndProc(), and ResetNcPaint().
|
static |
Definition at line 21 of file NcPaintRgn.c.
Referenced by ExpectWholeFrameRepainted(), NcPaintWndProc(), ResetNcPaint(), and START_TEST().