diff options
author | Sven Gothel <[email protected]> | 2010-05-27 14:25:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-27 14:25:37 +0200 |
commit | 944bef5e70e0e8fe85a147fa7304c35f18d1957b (patch) | |
tree | 3279a9cae1258bf102716bf6d4f49883bd14f67f /src/newt/classes | |
parent | 6e599a2696f878786783e0fea17534e67655a5c9 (diff) |
Fix NativeWindow JAWT Code Generation and Bounds Access
- Restructure: JAWT gluegen, use common jawt-common.cfg
- Fix: Use proper capacity for GetDrawingSurface and GetDrawingSurfaceInfo
- Fix: JAWTWindow maintains AWT bounds
- Fix: JAWTWindow locking/unlocking decoupled with abstract implementation,
which allows clear code and simpler unlock code.
Diffstat (limited to 'src/newt/classes')
-rw-r--r-- | src/newt/classes/com/jogamp/newt/awt/NewtFactoryAWT.java (renamed from src/newt/classes/com/jogamp/newt/impl/awt/AWTNewtFactory.java) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/newt/classes/com/jogamp/newt/impl/awt/AWTNewtFactory.java b/src/newt/classes/com/jogamp/newt/awt/NewtFactoryAWT.java index e0f86b1a9..e0f86b1a9 100644 --- a/src/newt/classes/com/jogamp/newt/impl/awt/AWTNewtFactory.java +++ b/src/newt/classes/com/jogamp/newt/awt/NewtFactoryAWT.java |