Thanks. It looks fine to me.
We still need another reviewer before pushing this fix.
--
best regards,
Anthony
On 12/13/12 18:46, Mario Torre wrote:
Il giorno gio, 13/12/2012 alle 17.17 +0400, Anthony Petrov ha scritto:
Hi Mario,
XConstants.java:
133 public static final int MAX_BUTTON_MASK = 5;
This is obviously not a mask, but an index. Please rename this constant
to just MAX_BUTTONS, or MAX_BUTTON_INDEX, or MAX_BUTTONS_NUMBER -
whichever you prefer.
Ok, I used MAX_BUTTONS.
I've filed the following bug for you:
8005018: X11: focus problems with openjdk 1.7.0 under gnome3 when
selected keyboard is not the first in keyboard list
I updated the webrev (I changed the bug id to reflect the OpenJDK one):
http://cr.openjdk.java.net/~neugens/8005018/webrev.01/
Cheers,
Mario