changeset in /hg/icedtea6: * patches/icedtea-dnd-updatecursor.pa...

Keith Seitz keiths at redhat.com
Wed Jun 18 12:51:32 PDT 2008


changeset ac0e756d55cd in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=ac0e756d55cd
description:
	* patches/icedtea-dnd-updatecursor.patch: New file.
	        * Makefile.am (ICEDTEA_PATHCES): Add above patch.
	        * Makefile.in: Regenerated.

diffstat:

4 files changed, 19 insertions(+), 1 deletion(-)
ChangeLog                              |    6 ++++++
Makefile.am                            |    1 +
Makefile.in                            |    3 ++-
patches/icedtea-dnd-updatecursor.patch |   10 ++++++++++

diffs (51 lines):

diff -r 03aeec329490 -r ac0e756d55cd ChangeLog
--- a/ChangeLog	Mon Jun 16 20:04:22 2008 +0100
+++ b/ChangeLog	Wed Jun 18 12:51:24 2008 -0700
@@ -1,3 +1,9 @@ 2008-06-09  Andrew John Hughes  <gnu_and
+2008-06-18  Keith Seitz  <keiths at redhat.com>
+
+	* patches/icedtea-dnd-updatecursor.patch: New file.
+	* Makefile.am (ICEDTEA_PATHCES): Add above patch.
+	* Makefile.in: Regenerated.
+
 2008-06-09  Andrew John Hughes  <gnu_andrew at member.fsf.org>
 
 	PR icedtea/140:
diff -r 03aeec329490 -r ac0e756d55cd Makefile.am
--- a/Makefile.am	Mon Jun 16 20:04:22 2008 +0100
+++ b/Makefile.am	Wed Jun 18 12:51:24 2008 -0700
@@ -329,6 +329,7 @@ ICEDTEA_PATCHES = \
 	patches/icedtea-override-redirect-metacity.patch \
 	patches/icedtea-no-bcopy.patch \
 	patches/icedtea-jscheme.patch \
+	patches/icedtea-dnd-updatecursor.patch \
 	$(GCC_PATCH) \
 	$(DISTRIBUTION_PATCHES)
 
diff -r 03aeec329490 -r ac0e756d55cd Makefile.in
--- a/Makefile.in	Mon Jun 16 20:04:22 2008 +0100
+++ b/Makefile.in	Wed Jun 18 12:51:24 2008 -0700
@@ -432,7 +432,8 @@ ICEDTEA_PATCHES = $(ZERO_PATCHES_COND) \
 	patches/icedtea-sparc-trapsfix.patch \
 	patches/icedtea-override-redirect-metacity.patch \
 	patches/icedtea-no-bcopy.patch patches/icedtea-jscheme.patch \
-	$(GCC_PATCH) $(DISTRIBUTION_PATCHES) $(am__append_7)
+	patches/icedtea-dnd-updatecursor.patch $(GCC_PATCH) \
+	$(DISTRIBUTION_PATCHES) $(am__append_7)
 
 # Patch OpenJDK for plug replacements and ecj.
 ICEDTEA_ECJ_PATCH = $(srcdir)/patches/icedtea-ecj.patch
diff -r 03aeec329490 -r ac0e756d55cd patches/icedtea-dnd-updatecursor.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-dnd-updatecursor.patch	Wed Jun 18 12:51:24 2008 -0700
@@ -0,0 +1,10 @@
+--- openjdk/jdk/src/share/classes/java/awt/dnd/DragSourceContext.java.orig	2008-06-16 12:11:39.000000000 -0700
++++ openjdk/jdk/src/share/classes/java/awt/dnd/DragSourceContext.java	2008-06-16 12:18:39.000000000 -0700
+@@ -466,7 +466,6 @@
+ 
+         Cursor c = null;
+ 
+-        targetAct = DnDConstants.ACTION_NONE;
+         switch (status) {
+             case ENTER:
+             case OVER:



More information about the distro-pkg-dev mailing list