mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 00:18:59 +00:00
8024863: X11: Support GNOME Shell as mutter
Reviewed-by: anthony
This commit is contained in:
parent
cc5b6c903d
commit
38fb96b8d1
@ -592,7 +592,7 @@ final class XWM
|
||||
}
|
||||
|
||||
static boolean isMutter() {
|
||||
return isNetWMName("Mutter");
|
||||
return isNetWMName("Mutter") || isNetWMName("GNOME Shell");
|
||||
}
|
||||
|
||||
static boolean isNonReparentingWM() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user