Include xparsegeometry_repl.h header on non-X11 targets

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1094 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
beuc 2012-03-09 21:02:20 +00:00
parent d06a04e27e
commit 4ce337a008

View File

@ -316,6 +316,10 @@ void fgDeinitialize( void )
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
#if !TARGET_HOST_POSIX_X11
#include "Common/xparsegeometry_repl.h"
#endif
/*
* Perform initialization. This usually happens on the program startup
* and restarting after glutMainLoop termination...