diff options
author | Sven Gothel <[email protected]> | 2009-09-12 22:21:04 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-12 22:21:04 -0700 |
commit | fa2e6727aaf8d3eb1bc42698f69decc86eaecc44 (patch) | |
tree | aa2e39e5a4dfafbe8b8c7ec5c278526853315261 /src/newt/native/NewtMacWindow.m | |
parent | 3ddb06e50c0f841f2f66fb93e1ec41cddd50895e (diff) |
Newt: MacOSX child clipping tests (failed)
Diffstat (limited to 'src/newt/native/NewtMacWindow.m')
-rwxr-xr-x | src/newt/native/NewtMacWindow.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/newt/native/NewtMacWindow.m b/src/newt/native/NewtMacWindow.m index 1c1aecc47..146c04de1 100755 --- a/src/newt/native/NewtMacWindow.m +++ b/src/newt/native/NewtMacWindow.m @@ -99,6 +99,14 @@ jint GetDeltaY(NSEvent *event, jint javaMods) { [next rightMouseDown: theEvent]; } } + +/** FIXME: Tried child window: message reception .. +- (void)viewWillDraw +{ + fprintf(stderr, "*************** viewWillDraw: 0x%p", javaWindowObject); fflush(stderr); + [super viewWillDraw]; +} */ + @end static jmethodID sendMouseEventID = NULL; |