changeset in /hg/icedtea6: 2009-06-19 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Fri Jun 19 08:58:02 PDT 2009
changeset 0d70559fe534 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0d70559fe534
description:
2009-06-19 Lillian Angel <langel at redhat.com>
* patches/icedtea-toolkit.patch: Updated, as per Anthony Petrov's
suggestion to use XFlush instead.
diffstat:
2 files changed, 11 insertions(+), 7 deletions(-)
ChangeLog | 5 +++++
patches/icedtea-toolkit.patch | 13 ++++++-------
diffs (33 lines):
diff -r 2861671c8434 -r 0d70559fe534 ChangeLog
--- a/ChangeLog Fri Jun 19 08:48:56 2009 -0400
+++ b/ChangeLog Fri Jun 19 11:59:37 2009 -0400
@@ -1,3 +1,8 @@ 2009-06-19 Gary Benson <gbenson at redhat
+2009-06-19 Lillian Angel <langel at redhat.com>
+
+ * patches/icedtea-toolkit.patch: Updated, as per Anthony Petrov's
+ suggestion to use XFlush instead.
+
2009-06-19 Gary Benson <gbenson at redhat.com>
* ports/hotspot/src/share/vm/shark/sharkConstant.cpp
diff -r 2861671c8434 -r 0d70559fe534 patches/icedtea-toolkit.patch
--- a/patches/icedtea-toolkit.patch Fri Jun 19 08:48:56 2009 -0400
+++ b/patches/icedtea-toolkit.patch Fri Jun 19 11:59:37 2009 -0400
@@ -1,11 +1,10 @@
---- openjdk6.old/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java 2008-03-26 05:00:00.000000000 -0400
-+++ openjdk/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java 2008-06-26 11:59:28.000000000 -0400
-@@ -1097,7 +1097,7 @@
+--- jdk6-original/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java 2009-06-19 11:08:06.000000000 -0400
++++ openjdk/jdk/src/solaris/classes/sun/awt/X11/XToolkit.java 2009-06-19 11:06:43.000000000 -0400
+@@ -1096,6 +1096,7 @@
+ awtLock();
try {
XlibWrapper.XBell(getDisplay(), 0);
++ XlibWrapper.XFlush(getDisplay());
} finally {
-- awtUnlock();
-+ awtFUnlock();
+ awtUnlock();
}
- }
-
More information about the distro-pkg-dev
mailing list