X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2FCommon%2Fxparsegeometry_repl.h;h=75ebad1b8e256d58fdf6df892f2ab56b6039b05b;hb=e86b0a2f785267775a158a32da02779544960e6e;hp=52c392f3d52dcc0290373c4cf8829d128406cfa3;hpb=a658a74fe248549d763a1126fce27ac21619698d;p=freeglut diff --git a/src/Common/xparsegeometry_repl.h b/src/Common/xparsegeometry_repl.h index 52c392f..75ebad1 100644 --- a/src/Common/xparsegeometry_repl.h +++ b/src/Common/xparsegeometry_repl.h @@ -42,11 +42,9 @@ from The Open Group. #define XNegative 0x0010 #define YNegative 0x0020 -extern int XParseGeometry ( - const char *string, - int *x, - int *y, - unsigned int *width, /* RETURN */ - unsigned int *height); /* RETURN */ +extern int XParseGeometry (const char *string, /* INPUT */ + int *x, int *y, /* RETURN */ + unsigned int *width, unsigned int *height); /* RETURN */ + #endif