aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java
diff options
context:
space:
mode:
authorSven Gothel <sgothel@jausoft.com>2011-07-31 20:37:39 +0200
committerSven Gothel <sgothel@jausoft.com>2011-07-31 20:37:39 +0200
commitd15b941d707bc286d0c33a1ead9464028e9a6c37 (patch)
tree9e1fb12abfae5b0b15486129772fbef56d509012 /src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java
parent502c51bc5a549a79d03249863261af59aedeaeb3 (diff)
GLProfile usage getMinDesktop() -> getMinimum(); WGL/X11 GLCaps: make attributes final
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java')
-rw-r--r--src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java b/src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java
index 4b3cd0120..adfddddcd 100644
--- a/src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java
+++ b/src/jogl/classes/jogamp/opengl/windows/wgl/WGLGLCapabilities.java
@@ -38,8 +38,8 @@ import javax.media.opengl.GLException;
import javax.media.opengl.GLProfile;
public class WGLGLCapabilities extends GLCapabilities {
- PIXELFORMATDESCRIPTOR pfd;
- int pfdID;
+ final PIXELFORMATDESCRIPTOR pfd;
+ final int pfdID;
int arb_pixelformat; // -1 PFD, 0 NOP, 1 ARB
/** Comparing pfd id only */