Use XParseGeometry for better geometry parsing.
authorChristopher John Purnell <cjp@lost.org.uk>
Sun, 16 Nov 2003 01:41:18 +0000 (01:41 +0000)
committerChristopher John Purnell <cjp@lost.org.uk>
Sun, 16 Nov 2003 01:41:18 +0000 (01:41 +0000)
commit462826abf234b449279c96c39235a5dabdab6243
tree80ddf1a2465fe68d55b9ebdfb48b31addcfc0b7f
parent113c06a96687cf466979972f5780c3ddd4d5dee5
Use XParseGeometry for better geometry parsing.
Moved geometry parsing to after fgInitialize() so we can use the screen size
to correctly calculate negative positions in the geometry string.
Copied the code for XParseGeometry from the X11 sources for use in the
Win32 version.
freeglut now passes test1 of the glut test suite.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@355 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_init.c