X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmswin%2Ffreeglut_init_mswin.c;h=c7457de96cc4266c9981ef8c113198c424b12eec;hb=c5b343fbd61bdd4946f2e076e9f37223975a66ee;hp=d5c94e58a6e80d7c2265522e6245f770ec1fd5f8;hpb=2537114893dba103beba5fd88b21e832098f1175;p=freeglut diff --git a/src/mswin/freeglut_init_mswin.c b/src/mswin/freeglut_init_mswin.c index d5c94e5..c7457de 100644 --- a/src/mswin/freeglut_init_mswin.c +++ b/src/mswin/freeglut_init_mswin.c @@ -158,7 +158,10 @@ void fgPlatformCloseDisplay ( void ) timeEndPeriod ( 1 ); } - +void fgPlatformDestroyContext ( SFG_PlatformDisplay pDisplay, SFG_WindowContextType MContext ) +{ + /* Do nothing -- this is required for X11 */ +} /* * Everything down to the end of the next two functions is copied from the X sources.