Advertisement
Guest User

remove_AWTWindowDelegate.diff

a guest
May 9th, 2011
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.37 KB | None | 0 0
  1. diff -r 667f612c5876 make/sun/lwawt/FILES_c_macosx.gmk
  2. --- a/make/sun/lwawt/FILES_c_macosx.gmk Sun May 08 22:53:08 2011 -0700
  3. +++ b/make/sun/lwawt/FILES_c_macosx.gmk Mon May 09 13:29:38 2011 +0200
  4. @@ -41,7 +41,6 @@
  5.     AWTEvent.m \
  6.     AWTView.m \
  7.     AWTWindow.m \
  8. -   AWTWindowDelegate.m \
  9.     CCursorManager.m \
  10.     CFileDialog.m \
  11.     CImage.m \
  12. diff -r 667f612c5876 make/sun/lwawt/FILES_c_macosx.gmk.all
  13. --- a/make/sun/lwawt/FILES_c_macosx.gmk.all Sun May 08 22:53:08 2011 -0700
  14. +++ b/make/sun/lwawt/FILES_c_macosx.gmk.all Mon May 09 13:29:38 2011 +0200
  15. @@ -34,7 +34,6 @@
  16.     AWTInsets.m \
  17.     AWTView.m \
  18.     AWTWindow.m \
  19. -   AWTWindowDelegate.m \
  20.     CCursorManager.m \
  21.     CFileDialog.m \
  22.     CImage.m \
  23. diff -r 667f612c5876 src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java
  24. --- a/src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java  Sun May 08 22:53:08 2011 -0700
  25. +++ b/src/macosx/classes/sun/lwawt/macosx/CPlatformWindow.java  Mon May 09 13:29:38 2011 +0200
  26. @@ -703,7 +703,7 @@
  27.      }
  28.      
  29.      /*************************************************************
  30. -     * Callbacks from the AWTWindowDelegate, AWTWindow and AWTView objc classes.
  31. +     * Callbacks from the AWTWindow and AWTView objc classes.
  32.       *************************************************************/
  33.      private void deliverWindowFocusEvent(boolean gained){
  34.          peer.notifyActivation(gained);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement