Merge from amd64 branch:
[reactos.git] / reactos / subsystems / win32 / win32k / include / vis.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS Win32k subsystem
5 * PURPOSE: Visibility computations interface definition
6 * FILE: include/win32k/vis.h
7 * PROGRAMMER: Ge van Geldorp (ge@gse.nl)
8 *
9 */
10
11 #pragma once
12
13 #include <include/window.h>
14
15 HRGN FASTCALL
16 VIS_ComputeVisibleRegion(PWINDOW_OBJECT Window, BOOLEAN ClientArea,
17 BOOLEAN ClipChildren, BOOLEAN ClipSiblings);
18
19 VOID FASTCALL
20 co_VIS_WindowLayoutChanged(PWINDOW_OBJECT Window, HRGN UncoveredRgn);
21
22 /* EOF */