[WIN32K]
[reactos.git] / reactos / win32ss / user / ntuser / vis.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS Win32k subsystem
4 * PURPOSE: Visibility computations interface definition
5 * FILE: include/win32k/vis.h
6 * PROGRAMMER: Ge van Geldorp (ge@gse.nl)
7 *
8 */
9
10 #pragma once
11
12 PREGION FASTCALL VIS_ComputeVisibleRegion(PWND Window, BOOLEAN ClientArea, BOOLEAN ClipChildren, BOOLEAN ClipSiblings);
13 VOID FASTCALL co_VIS_WindowLayoutChanged(PWND Window, PREGION UncoveredRgn);
14
15 /* EOF */