X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmswin%2Ffreeglut_display_mswin.c;h=d93675c898a6fed7a9bf7b4c2da77b95c79d78d5;hb=2eb11979566278c10d5e3e62d0cb0be255e567c0;hp=9437382c20cb95025d9a13adf3dcf5918e07a5bc;hpb=25f8968aacfa2038bc34be17ccaf05cae52c1110;p=freeglut diff --git a/src/mswin/freeglut_display_mswin.c b/src/mswin/freeglut_display_mswin.c index 9437382..d93675c 100644 --- a/src/mswin/freeglut_display_mswin.c +++ b/src/mswin/freeglut_display_mswin.c @@ -33,5 +33,5 @@ void fgPlatformGlutSwapBuffers( SFG_PlatformDisplay *pDisplayPtr, SFG_Window* CurrentWindow ) { - SwapBuffers( CurrentWindow->Window.Device ); + SwapBuffers( CurrentWindow->Window.pContext.Device ); }