From ef8da46af8ef42d04b9f0701f0d18e1277765d01 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 29 Oct 2010 03:30:25 +0200
Subject: Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.
 Each GLDrawableFactory implementation provides a shutdownInstance() method,
 issued by GLProfile.

---
 src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/jogl/classes/com/jogamp/opengl/impl/egl')

diff --git a/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java b/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java
index 83e85b922..deb659ddf 100644
--- a/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java
+++ b/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java
@@ -111,7 +111,7 @@ public class EGLDrawableFactory extends GLDrawableFactoryImpl {
         }
     }
 
-    protected void shutdown() {}
+    protected void shutdownInstance() {}
     protected final GLDrawableImpl getSharedDrawable() { return null; }
     protected final GLContextImpl getSharedContext() { return null; }
 
-- 
cgit v1.2.3