mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Xext: shape: fix non-ximerama build
In the non-XINERAMA code path, a parameter was missing.
Fixes: a57db845bb
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
c998f14c76
commit
ef31842e84
@@ -316,7 +316,7 @@ ProcShapeRectangles(ClientPtr client)
|
||||
}
|
||||
return result;
|
||||
#else
|
||||
return ShapeRectangles(client);
|
||||
return ShapeRectangles(client, stuff);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user