X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2FCommon%2Ffreeglut_structure.c;h=56798f15baaea21c1ff1af392a089a115d37b294;hb=9486b7d6a3bf0d00cc00ab98380e99810250aa84;hp=f8d748ffb34dc8d2180a2828e7ec3a169866d586;hpb=28ba5e26f5546a236e93dc3e23ce4777b41f9ffc;p=freeglut diff --git a/src/Common/freeglut_structure.c b/src/Common/freeglut_structure.c index f8d748f..56798f1 100644 --- a/src/Common/freeglut_structure.c +++ b/src/Common/freeglut_structure.c @@ -63,7 +63,7 @@ static void fghClearCallBacks( SFG_Window *window ) #if TARGET_HOST_POSIX_X11 void fgPlatformCreateWindow ( SFG_Window *window ) { - window->Window.FBConfig = NULL; + window->Window.pContext.FBConfig = NULL; window->State.OldHeight = window->State.OldWidth = -1; }