From 541dc2cdeaff64d4a241446752900bd6381d546a Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Tue, 2 Oct 2012 07:37:25 +0200
Subject: 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.
---
 src/jogl/classes/com/jogamp/opengl/swt/GLCanvas.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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 */
-- 
cgit v1.2.3