From 98728a72f90c1624da9b7c846fdafb6615a81485 Mon Sep 17 00:00:00 2001 From: kizune Date: Tue, 19 Jun 2012 21:09:03 +0400 Subject: [PATCH] 7172430: [macosx] debug message in non debug jdk build Reviewed-by: anthony, serb --- src/macosx/native/sun/awt/AWTView.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/macosx/native/sun/awt/AWTView.m b/src/macosx/native/sun/awt/AWTView.m index f46714c9e..b4cb30aa1 100644 --- a/src/macosx/native/sun/awt/AWTView.m +++ b/src/macosx/native/sun/awt/AWTView.m @@ -188,7 +188,9 @@ AWT_ASSERT_APPKIT_THREAD; #endif } } else { +#if IM_DEBUG NSLog(@"-> IM does not want to handle event"); +#endif [self deliverJavaMouseEvent: event]; } } -- GitLab