diff options
author | Sven Gothel <[email protected]> | 2010-11-14 21:20:57 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-14 21:20:57 +0100 |
commit | 250ca5671f24bc2ef3e9c5aad2bf7b11db2ffbfb (patch) | |
tree | 30da0bd80830b0a85f80d5b879c72ecf16eae496 /src/jogl/classes/com/jogamp/opengl/impl/egl | |
parent | deeb2ee63d3765336325c095a22f494e2f6bfe5b (diff) |
JOGL X11/WGL: Proper usage of the shared resources in implementation
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/impl/egl')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 6ebd3938a..c7e0a0417 100644 --- a/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java +++ b/src/jogl/classes/com/jogamp/opengl/impl/egl/EGLDrawableFactory.java @@ -146,7 +146,7 @@ public class EGLDrawableFactory extends GLDrawableFactoryImpl { } } - protected void shutdownInstance() {} + protected final void shutdownInstance() {} protected GLDrawableImpl createOnscreenDrawableImpl(NativeSurface target) { if (target == null) { |