diff options
author | Kenneth Russel <[email protected]> | 2008-12-23 05:32:57 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-12-23 05:32:57 +0000 |
commit | 00b865b520d91cee6eda142cfcdf1fad4ab5a8c5 (patch) | |
tree | c94a5232634726d1a4acdf206c381b12a4ec1299 /src/classes/com/sun/javafx/newt/kd | |
parent | 040200121e35aced836985c085699ef6c9df0719 (diff) |
Removed notion of wrapped windows from the NativeWindow interface,
leaving such handling up to toolkits such as Newt. Updated
NativeWindow documentation.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1827 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/javafx/newt/kd')
-rwxr-xr-x | src/classes/com/sun/javafx/newt/kd/KDWindow.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/classes/com/sun/javafx/newt/kd/KDWindow.java b/src/classes/com/sun/javafx/newt/kd/KDWindow.java index b7b9f6686..44e297a92 100755 --- a/src/classes/com/sun/javafx/newt/kd/KDWindow.java +++ b/src/classes/com/sun/javafx/newt/kd/KDWindow.java @@ -56,10 +56,6 @@ public class KDWindow extends Window { public KDWindow() { } - public final boolean isTerminalObject() { - return true; - } - protected void createNative(GLCapabilities caps) { int eglRenderableType; if(GLProfile.isGLES1()) { |