AWTGLCanvas fix

This commit is contained in:
Caspian Rychlik-Prince 2005-02-16 13:47:21 +00:00
parent 543e0ee5e2
commit e3f5cc7691
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public class AWTGLCanvas extends Canvas {
* Destroy the OpenGL context. This occurs when the component is no longer displayable.
*/
private synchronized void destroyContext() throws LWJGLException {
nDestroyContext();
}
private native void nDestroyContext() throws LWJGLException;