mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix composite overlay window bug 6411
This commit is contained in:
@@ -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*/);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user