diff options
Diffstat (limited to 'hw/xnest/Window.c')
-rw-r--r-- | hw/xnest/Window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/Window.c b/hw/xnest/Window.c index 48c870fac..11d53694e 100644 --- a/hw/xnest/Window.c +++ b/hw/xnest/Window.c @@ -423,10 +423,10 @@ xnestWindowExposures(WindowPtr pWin, RegionPtr pRgn, RegionPtr other_exposed) } void -xnestSetShape(WindowPtr pWin) +xnestSetShape(WindowPtr pWin, int kind) { xnestShapeWindow(pWin); - miSetShape(pWin); + miSetShape(pWin, kind); } static Bool |