Fixing a remaining bug in the multisampling change ... there may be more ...
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@727 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
5ffa7abdb6
commit
5ab9b39a6c
@ -894,7 +894,7 @@ void fgCloseWindow( SFG_Window* window )
|
||||
#if TARGET_HOST_POSIX_X11
|
||||
|
||||
glXDestroyContext( fgDisplay.Display, window->Window.Context );
|
||||
XFree( window->Window.VisualInfo );
|
||||
XFree( window->Window.FBConfig );
|
||||
XDestroyWindow( fgDisplay.Display, window->Window.Handle );
|
||||
XFlush( fgDisplay.Display ); /* XXX Shouldn't need this */
|
||||
|
||||
|
Reference in New Issue
Block a user