aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/QuStipShp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/QuStipShp.c')
-rw-r--r--nx-X11/lib/X11/QuStipShp.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/QuStipShp.c b/nx-X11/lib/X11/QuStipShp.c
index ff5e631ad..9f612fcb1 100644
--- a/nx-X11/lib/X11/QuStipShp.c
+++ b/nx-X11/lib/X11/QuStipShp.c
@@ -29,12 +29,14 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "Xlibint.h"
-Status XQueryBestStipple(dpy, drawable, width, height, ret_width, ret_height)
- register Display *dpy;
- Drawable drawable;
- unsigned int width, height;
- unsigned int *ret_width, *ret_height;
-{
+Status XQueryBestStipple(
+ register Display *dpy,
+ Drawable drawable,
+ unsigned int width,
+ unsigned int height,
+ unsigned int *ret_width,
+ unsigned int *ret_height)
+{
xQueryBestSizeReply rep;
register xQueryBestSizeReq *req;