Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvis.h
Go to the documentation of this file.
00001 /* $Id: vis.h 56311 2012-04-01 20:42:43Z akhaldi $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: ReactOS Win32k subsystem 00005 * PURPOSE: Visibility computations interface definition 00006 * FILE: include/win32k/vis.h 00007 * PROGRAMMER: Ge van Geldorp (ge@gse.nl) 00008 * 00009 */ 00010 00011 #pragma once 00012 00013 HRGN FASTCALL VIS_ComputeVisibleRegion(PWND Window, BOOLEAN ClientArea, BOOLEAN ClipChildren, BOOLEAN ClipSiblings); 00014 VOID FASTCALL co_VIS_WindowLayoutChanged(PWND Window, HRGN UncoveredRgn); 00015 00016 /* EOF */ Generated on Thu May 24 2012 04:38:45 for ReactOS by
1.7.6.1
|