mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
c70f992aa1
svn path=/branches/ros-csrss/; revision=58529
15 lines
489 B
C
15 lines
489 B
C
/*
|
|
* 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 */
|