8024863: X11: Support GNOME Shell as mutter

Reviewed-by: anthony
This commit is contained in:
Omair Majid 2013-09-16 15:43:06 -04:00
parent cc5b6c903d
commit 38fb96b8d1

View File

@ -592,7 +592,7 @@ final class XWM
}
static boolean isMutter() {
return isNetWMName("Mutter");
return isNetWMName("Mutter") || isNetWMName("GNOME Shell");
}
static boolean isNonReparentingWM() {