diff options
Diffstat (limited to 'nx-X11/lib/X11/QuCurShp.c')
-rw-r--r-- | nx-X11/lib/X11/QuCurShp.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/QuCurShp.c b/nx-X11/lib/X11/QuCurShp.c index bfce63486..bb17c42fc 100644 --- a/nx-X11/lib/X11/QuCurShp.c +++ b/nx-X11/lib/X11/QuCurShp.c @@ -29,12 +29,14 @@ in this Software without prior written authorization from The Open Group. #endif #include "Xlibint.h" -Status XQueryBestCursor(dpy, drawable, width, height, ret_width, ret_height) - register Display *dpy; - Drawable drawable; - unsigned int width, height; - unsigned int *ret_width, *ret_height; -{ +Status XQueryBestCursor( + register Display *dpy, + Drawable drawable, + unsigned int width, + unsigned int height, + unsigned int *ret_width, + unsigned int *ret_height) +{ xQueryBestSizeReply rep; register xQueryBestSizeReq *req; |