diff options
author | Sven Gothel <[email protected]> | 2012-10-02 07:37:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-10-02 07:37:25 +0200 |
commit | 541dc2cdeaff64d4a241446752900bd6381d546a (patch) | |
tree | ff8350096560cc698fbcdad321ab746c1367fabc /src/jogl/classes/com | |
parent | eb7ca05a602bfd3decf545e2807b7bfaf5a09a1e (diff) |
Misc: Add commented-out NEWT X11/XCB-Event and X11ScreenRandR1[13] compilation ; ...
Adding [dead] native source files for NEWT/X11:
- X11Event and XCBEvent
- X11ScreenRandR11 X11ScreenRandR13
They are currently excluded from compilation, however I like do version them for later use.
Diffstat (limited to 'src/jogl/classes/com')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java b/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java index 6fec18470..06114431a 100644 --- a/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java +++ b/src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java @@ -288,7 +288,7 @@ public class GLCanvas extends Canvas implements GLAutoDrawable { clientArea = GLCanvas.this.getClientArea(); /* Get the nativewindow-Graphics Device associated with this control (which is determined by the parent Composite). - * Note: SWT is owner of the native handle, hence no closing operation will be a NOP. */ + * Note: SWT is owner of the native handle, hence closing operation will be a NOP. */ device = SWTAccessor.getDevice(this); /* Select default GLCapabilities if none was provided, otherwise clone provided caps to ensure safety */ |