From fa2e6727aaf8d3eb1bc42698f69decc86eaecc44 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 12 Sep 2009 22:21:04 -0700 Subject: Newt: MacOSX child clipping tests (failed) --- src/newt/native/NewtMacWindow.m | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/newt/native/NewtMacWindow.m') 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; -- cgit v1.2.3