Fix composite overlay window bug 6411

This commit is contained in:
Deron Johnson
2006-03-29 17:51:54 +00:00
parent ff6f88348c
commit e31e8ace10
5 changed files with 66 additions and 0 deletions

View File

@@ -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*/);