mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Fix composite overlay window bug 6411
This commit is contained in:
parent
ff6f88348c
commit
e31e8ace10
5 changed files with 66 additions and 0 deletions
|
|
@ -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*/);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue