mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00

- Clean up win32k headers even more - remove INTERNAL_CALL and use NTAPI instead - remove several unneeded definitions - remove several unneeded header inclusions svn path=/trunk/; revision=53467
16 lines
497 B
C
16 lines
497 B
C
/* $Id$
|
|
*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS Win32k subsystem
|
|
* PURPOSE: Visibility computations interface definition
|
|
* FILE: include/win32k/vis.h
|
|
* PROGRAMMER: Ge van Geldorp (ge@gse.nl)
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
HRGN FASTCALL VIS_ComputeVisibleRegion(PWND Window, BOOLEAN ClientArea, BOOLEAN ClipChildren, BOOLEAN ClipSiblings);
|
|
VOID FASTCALL co_VIS_WindowLayoutChanged(PWND Window, HRGN UncoveredRgn);
|
|
|
|
/* EOF */
|