7172722: Latest jdk7u from OSX broke universal build
authoranthony
Tue, 05 Jun 2012 15:20:13 +0400
changeset 12830 c5a77c735e39
parent 12829 506020af237a
child 12831 7f4c93656785
7172722: Latest jdk7u from OSX broke universal build Summary: Add a data memeber for a new property Reviewed-by: serb, swingler
jdk/src/macosx/native/sun/awt/AWTWindow.h
--- a/jdk/src/macosx/native/sun/awt/AWTWindow.h	Mon Jun 04 16:39:12 2012 -0400
+++ b/jdk/src/macosx/native/sun/awt/AWTWindow.h	Tue Jun 05 15:20:13 2012 +0400
@@ -43,6 +43,7 @@
     NSSize javaMaxSize;
     jint styleBits;
     BOOL isEnabled;
+    NSWindow *nsWindow;
 }
 
 // An instance of either AWTWindow_Normal or AWTWindow_Panel