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:
parent
d06a04e27e
commit
4ce337a008
@ -316,6 +316,10 @@ void fgDeinitialize( void )
|
|||||||
|
|
||||||
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
|
/* -- INTERFACE FUNCTIONS -------------------------------------------------- */
|
||||||
|
|
||||||
|
#if !TARGET_HOST_POSIX_X11
|
||||||
|
#include "Common/xparsegeometry_repl.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Perform initialization. This usually happens on the program startup
|
* Perform initialization. This usually happens on the program startup
|
||||||
* and restarting after glutMainLoop termination...
|
* and restarting after glutMainLoop termination...
|
||||||
|
Reference in New Issue
Block a user