# HG changeset patch # User anthony # Date 1338895213 -14400 # Node ID c5a77c735e3904bee1fce0529833f473ba3a7a44 # Parent 506020af237ab5d6f55da2586c8540ab4b114bf9 7172722: Latest jdk7u from OSX broke universal build Summary: Add a data memeber for a new property Reviewed-by: serb, swingler diff -r 506020af237a -r c5a77c735e39 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