mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
16 lines
500 B
C
16 lines
500 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS Win32k subsystem
|
|
* PURPOSE: Visibility computations interface definition
|
|
* FILE: win32ss/user/ntuser/vis.h
|
|
* PROGRAMMER: Ge van Geldorp (ge@gse.nl)
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
PREGION FASTCALL VIS_ComputeVisibleRegion(PWND Window, BOOLEAN ClientArea, BOOLEAN ClipChildren, BOOLEAN ClipSiblings);
|
|
VOID FASTCALL co_VIS_WindowLayoutChanged(PWND Window, PREGION UncoveredRgn);
|
|
|
|
/* EOF */
|