diff options
author | Deron Johnson <deron.johnson@sun.com> | 2006-03-29 17:51:54 +0000 |
---|---|---|
committer | Deron Johnson <deron.johnson@sun.com> | 2006-03-29 17:51:54 +0000 |
commit | e31e8ace1043eab340d6b60a6e98b23ebf102786 (patch) | |
tree | 9abb7e11fae83112a67367d857f7fb79fa72e40b /include | |
parent | ff6f88348c7498e83b0b143ef3737fd6eb0995e4 (diff) |
Fix composite overlay window bug 6411
Diffstat (limited to 'include')
-rw-r--r-- | include/window.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h index 32559272d..0aeca6ef4 100644 --- a/include/window.h +++ b/include/window.h @@ -102,6 +102,10 @@ extern void ClippedRegionFromBox( int /*w*/, int /*h*/); +typedef WindowPtr (* RealChildHeadProc) (WindowPtr pWin); + +void RegisterRealChildHeadProc (RealChildHeadProc proc); + extern WindowPtr RealChildHead( WindowPtr /*pWin*/); |