summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorStuart Kreitman <stuart.kreitman@sun.com>2004-07-29 18:16:56 +0000
committerStuart Kreitman <stuart.kreitman@sun.com>2004-07-29 18:16:56 +0000
commite1281790bb3d7cdcc5de85829806dd53da67e326 (patch)
tree7d188aeb287d58dd79686dd3349d4a1cad75e393 /include/window.h
parentd2f798b6dbaebd0300f42c2e083a962c37647620 (diff)
Integration of DAMAGE-XFIXES branch to trunk
https://freedesktop.org/bugzilla/show_bug.cgi?id=859 Modified Files: cursorstr.h dix.h dixstruct.h regionstr.h window.h
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h6
1 files changed, 6 insertions, 0 deletions
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 */