diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-07-27 07:57:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-07-27 07:57:27 +0000 |
commit | d4a0bed4b91da9de86c311c7fef9a8aa9a6f500c (patch) | |
tree | a1b439049dee87bc951e190db93f5bbe8b43b0b5 /xserver/Xext/shape.c | |
parent | b6bc775539a31f663f9e22ce3ccaf0aa96adf3b6 (diff) |
Update to xserver 1.20.5. Tested by jsg@
Diffstat (limited to 'xserver/Xext/shape.c')
-rw-r--r-- | xserver/Xext/shape.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/xserver/Xext/shape.c b/xserver/Xext/shape.c index 142f9c178..e7c7a45b0 100644 --- a/xserver/Xext/shape.c +++ b/xserver/Xext/shape.c @@ -1074,7 +1074,7 @@ ProcShapeDispatch(ClientPtr client) } } -static void +static void _X_COLD SShapeNotifyEvent(xShapeNotifyEvent * from, xShapeNotifyEvent * to) { to->type = from->type; @@ -1089,7 +1089,7 @@ SShapeNotifyEvent(xShapeNotifyEvent * from, xShapeNotifyEvent * to) to->shaped = from->shaped; } -static int +static int _X_COLD SProcShapeQueryVersion(ClientPtr client) { REQUEST(xShapeQueryVersionReq); @@ -1098,7 +1098,7 @@ SProcShapeQueryVersion(ClientPtr client) return ProcShapeQueryVersion(client); } -static int +static int _X_COLD SProcShapeRectangles(ClientPtr client) { REQUEST(xShapeRectanglesReq); @@ -1112,7 +1112,7 @@ SProcShapeRectangles(ClientPtr client) return ProcShapeRectangles(client); } -static int +static int _X_COLD SProcShapeMask(ClientPtr client) { REQUEST(xShapeMaskReq); @@ -1126,7 +1126,7 @@ SProcShapeMask(ClientPtr client) return ProcShapeMask(client); } -static int +static int _X_COLD SProcShapeCombine(ClientPtr client) { REQUEST(xShapeCombineReq); @@ -1140,7 +1140,7 @@ SProcShapeCombine(ClientPtr client) return ProcShapeCombine(client); } -static int +static int _X_COLD SProcShapeOffset(ClientPtr client) { REQUEST(xShapeOffsetReq); @@ -1153,7 +1153,7 @@ SProcShapeOffset(ClientPtr client) return ProcShapeOffset(client); } -static int +static int _X_COLD SProcShapeQueryExtents(ClientPtr client) { REQUEST(xShapeQueryExtentsReq); @@ -1164,7 +1164,7 @@ SProcShapeQueryExtents(ClientPtr client) return ProcShapeQueryExtents(client); } -static int +static int _X_COLD SProcShapeSelectInput(ClientPtr client) { REQUEST(xShapeSelectInputReq); @@ -1175,7 +1175,7 @@ SProcShapeSelectInput(ClientPtr client) return ProcShapeSelectInput(client); } -static int +static int _X_COLD SProcShapeInputSelected(ClientPtr client) { REQUEST(xShapeInputSelectedReq); @@ -1186,7 +1186,7 @@ SProcShapeInputSelected(ClientPtr client) return ProcShapeInputSelected(client); } -static int +static int _X_COLD SProcShapeGetRectangles(ClientPtr client) { REQUEST(xShapeGetRectanglesReq); @@ -1196,7 +1196,7 @@ SProcShapeGetRectangles(ClientPtr client) return ProcShapeGetRectangles(client); } -static int +static int _X_COLD SProcShapeDispatch(ClientPtr client) { REQUEST(xReq); |