From c87efef42f76c2ff0dcfad2842ab369beffd21de Mon Sep 17 00:00:00 2001 From: marha Date: Sat, 25 Jul 2009 12:38:10 +0000 Subject: Added libX11-1.2.2.tar.gz. --- libX11/src/FillPoly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libX11/src/FillPoly.c') 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(); -- cgit v1.2.3