diff options
author | Sven Gothel <[email protected]> | 2012-12-02 03:55:08 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-02 03:55:08 +0100 |
commit | b6f54d1714597ba2799160569b56139277db9e07 (patch) | |
tree | 34f68ca6160e3b81ee0303e2ef9e60db8a537f38 /make/jogl_wince6_vs9/gluegen-rt | |
parent | 1f360ff73901b0a48f9ee310d8f2e5c4aad1e101 (diff) |
NEWT WindowImpl fixes: surfaceLockCount-- if native lock fails; waitForVisible(.., fastFail:=false); waitForSize(..) @ setSize; reparent definePosition(..);
- surfaceLockCount-- if native lock fails
In case native lock fails, not only remove the windowLock but also decr. surfaceLockCount (proper roll back) - was a BUG!
- waitForVisible(.., fastFail:=false)
Don't fail fast if visibility wasn't reached.
- waitForSize(..) @ setSize
Wait for size change - otherwise an SWT child won't reach desired size.
- reparent definePosition(..);
Position might not get updated by WM events (SWT parent apparently)
- Windows WindowDriver: Cleanup code a bit.
Diffstat (limited to 'make/jogl_wince6_vs9/gluegen-rt')
0 files changed, 0 insertions, 0 deletions