summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h
index 5056512b8..1a2845f90 100644
--- a/include/window.h
+++ b/include/window.h
@@ -252,4 +252,14 @@ void ResizeChildrenWinSize(
int /*dw*/,
int /*dh*/);
+extern void SendShapeNotify(
+ WindowPtr /* pWin */,
+ int /* which */ );
+
+extern RegionPtr CreateBoundingShape(
+ WindowPtr /* pWin */ );
+
+extern RegionPtr CreateClipShape(
+ WindowPtr /* pWin */ );
+
#endif /* WINDOW_H */