mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +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