/hg/release/icedtea7-forest-2.4/jdk: 8024863: X11: Support GNOME...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Sep 23 17:54:41 PDT 2013


changeset a6ff1e0a1dcb in /hg/release/icedtea7-forest-2.4/jdk
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/jdk?cmd=changeset;node=a6ff1e0a1dcb
author: omajid
date: Mon Sep 16 15:43:06 2013 -0400

	8024863: X11: Support GNOME Shell as mutter
	Reviewed-by: anthony


diffstat:

 src/solaris/classes/sun/awt/X11/XWM.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5a6e6d2ee57d -r a6ff1e0a1dcb src/solaris/classes/sun/awt/X11/XWM.java
--- a/src/solaris/classes/sun/awt/X11/XWM.java	Mon Sep 09 20:28:47 2013 +0100
+++ b/src/solaris/classes/sun/awt/X11/XWM.java	Mon Sep 16 15:43:06 2013 -0400
@@ -578,7 +578,7 @@
     }
 
     static boolean isMutter() {
-        return isNetWMName("Mutter");
+        return isNetWMName("Mutter") || isNetWMName("GNOME Shell");
     }
 
     // TODO: according to wikipedia, compiz is now reparenting. This should


More information about the distro-pkg-dev mailing list