diff options
Diffstat (limited to 'libX11/src/FillPoly.c')
-rw-r--r-- | libX11/src/FillPoly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/FillPoly.c b/libX11/src/FillPoly.c index b3a7f6368..3ec3545fc 100644 --- a/libX11/src/FillPoly.c +++ b/libX11/src/FillPoly.c @@ -58,7 +58,7 @@ XFillPolygon( /* shift (mult. by 4) before passing to the (possible) macro */ nbytes = n_points << 2; - + Data16 (dpy, (short *) points, nbytes); UnlockDisplay(dpy); SyncHandle(); |