X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fx11%2Ffreeglut_init_x11.c;h=83fe2871552a7909e04e28e25aca361ffa249e60;hb=1b5ee849ba61b667aeba474a7e03406196478bee;hp=7c8ba9311c099a01b2f77d1d7d51ffe91460a088;hpb=1ede9f68f98e29ddd07bd466310967e716bfac92;p=freeglut diff --git a/src/x11/freeglut_init_x11.c b/src/x11/freeglut_init_x11.c index 7c8ba93..83fe287 100644 --- a/src/x11/freeglut_init_x11.c +++ b/src/x11/freeglut_init_x11.c @@ -29,7 +29,7 @@ #define FREEGLUT_BUILDING_LIB #include /* LONG_MAX */ #include -#include "../Common/freeglut_internal.h" +#include "../fg_internal.h" /* Return the atom associated with "name". */ static Atom fghGetAtom(const char * name) @@ -270,4 +270,4 @@ void fgPlatformDestroyContext ( SFG_PlatformDisplay pDisplay, SFG_WindowContextT { /* Note that the MVisualInfo is not owned by the MenuContext! */ glXDestroyContext( pDisplay.Display, MContext ); -} \ No newline at end of file +}