From 0fcd1ab685948fd2ca10d5ff7130d38336cedabd Mon Sep 17 00:00:00 2001 From: Kenneth Russel <kbrussel@alum.mit.edu> Date: Fri, 28 Oct 2005 01:11:13 +0000 Subject: Updated spec based on comments from rexguo on javagaming.org forums git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@407 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/javax/media/opengl/GLContext.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/classes/javax/media/opengl/GLContext.java') diff --git a/src/classes/javax/media/opengl/GLContext.java b/src/classes/javax/media/opengl/GLContext.java index 82997bc8f..970c7cb00 100644 --- a/src/classes/javax/media/opengl/GLContext.java +++ b/src/classes/javax/media/opengl/GLContext.java @@ -133,7 +133,9 @@ public abstract class GLContext { } /** - * Destroys this OpenGL context and frees its associated resources. + * Destroys this OpenGL context and frees its associated + * resources. The context should have been released before this + * method is called. */ public abstract void destroy(); -- cgit v1.2.3