From 8770e07e221eaa44b902cfc2487ca989aa20c02d Mon Sep 17 00:00:00 2001 From: Stuart Kreitman Date: Tue, 30 Mar 2004 16:51:08 +0000 Subject: [PATCH] integration from modular tree, some additional functions exported for the benefit of damage ext. Modified Files: Tag: DAMAGE-XFIXES window.h --- include/window.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/window.h b/include/window.h index 5056512b8..cf019664a 100644 --- a/include/window.h +++ b/include/window.h @@ -252,4 +252,10 @@ void ResizeChildrenWinSize( int /*dw*/, int /*dh*/); +RegionPtr +CreateBoundingShape (WindowPtr pWin); + +RegionPtr +CreateClipShape (WindowPtr pWin); + #endif /* WINDOW_H */