diff options
author | Gerard Ziemski <[email protected]> | 2008-10-17 21:32:06 +0000 |
---|---|---|
committer | Gerard Ziemski <[email protected]> | 2008-10-17 21:32:06 +0000 |
commit | 133c8f5a973c31aa8e6580eb9c1e9b26279e0edb (patch) | |
tree | ad6f79f3e6969cb23a2c0cc0e9ee0f7e6c52915e /src/classes/com/sun/javafx/newt/NewtFactory.java | |
parent | ffe1122b78ca6c265d4f2a4535574b0b57135de2 (diff) |
starte native Cocoa based window implementation
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1777 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/javafx/newt/NewtFactory.java')
-rwxr-xr-x | src/classes/com/sun/javafx/newt/NewtFactory.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classes/com/sun/javafx/newt/NewtFactory.java b/src/classes/com/sun/javafx/newt/NewtFactory.java index 6f6eeb02d..4f2ecf569 100755 --- a/src/classes/com/sun/javafx/newt/NewtFactory.java +++ b/src/classes/com/sun/javafx/newt/NewtFactory.java @@ -65,6 +65,7 @@ public abstract class NewtFactory { // would change if we were running on the iPhone and // didn't have an AWT windowType = AWT; + //windowType = MACOSX; } else { windowType = X11; } |