Hi, Anthony, Omair, since the fix is a direct backport from JDK8, it should be fine.
I've got a question, though. Since Mutter is a replacement for Metacity in GNOME 3, is it possible that it shares some code with Metacity and therefore some of the current "isMetacity()" and "getWMID() == METACITY_WM" check should be complemented with "isMutter()" and "getWMID() == MUTTER_WM"? For example, there is one of the checks in XWM.supportsExtendedState().
Thanks, Artem On 6/5/2012 2:15 PM, Anthony Petrov wrote:
Hi Omair and Artem, Please review a fix for http://bugs.sun.com/view_bug.do?bug_id=7043963 at: http://cr.openjdk.java.net/~anthony/7u6-10-Mutter-7043963.0/ This is a 100% direct back-port of the same fix from JDK 8. -- best regards, Anthony
