Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -r 667f612c5876 make/sun/lwawt/FILES_c_macosx.gmk
- --- a/make/sun/lwawt/FILES_c_macosx.gmk Sun May 08 22:53:08 2011 -0700
- +++ b/make/sun/lwawt/FILES_c_macosx.gmk Mon May 09 13:29:38 2011 +0200
- @@ -41,7 +41,6 @@
- AWTEvent.m \
- AWTView.m \
- AWTWindow.m \
- - AWTWindowDelegate.m \
- CCursorManager.m \
- CFileDialog.m \
- CImage.m \
- diff -r 667f612c5876 make/sun/lwawt/FILES_c_macosx.gmk.all
- --- a/make/sun/lwawt/FILES_c_macosx.gmk.all Sun May 08 22:53:08 2011 -0700
- +++ b/make/sun/lwawt/FILES_c_macosx.gmk.all Mon May 09 13:29:38 2011 +0200
- @@ -34,7 +34,6 @@
- AWTInsets.m \
- AWTView.m \
- AWTWindow.m \
- - AWTWindowDelegate.m \
- CCursorManager.m \
- CFileDialog.m \
- CImage.m \
- diff -r 667f612c5876 src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
- --- a/src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java Sun May 08 22:53:08 2011 -0700
- +++ b/src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java Mon May 09 13:29:38 2011 +0200
- @@ -703,7 +703,7 @@
- }
- /*************************************************************
- - * Callbacks from the AWTWindowDelegate, AWTWindow and AWTView objc classes.
- + * Callbacks from the AWTWindow and AWTView objc classes.
- *************************************************************/
- private void deliverWindowFocusEvent(boolean gained){
- peer.notifyActivation(gained);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement