Hi Sergey,
I've checked OEL 6, Solaris 10/11 and all works as expected.
Thanks,
Alexander.
On 03/06/2014 07:51 PM, Sergey Bylokhov wrote:
Hi, Alexander.
The fix looks good. But can you check that it works properly on solaris.
Thanks!
On 3/5/14 7:45 PM, Alexander Zvegintsev wrote:
Hello AWT team,
please review fix
http://cr.openjdk.java.net/~azvegint/jdk/9/8012224/00/
for
https://bugs.openjdk.java.net/browse/JDK-8012224
X FAQ[1] says:
Subject: 141) How do I deiconify a window?
To de-iconify a window, map it with XMapWindow(). To iconify a window, use
XIconifyWindow().
Unfortunately it does not work with compiz/Unity, I've found several
reported issues [2] [3] [4] with similar synopsis.
EMWH provide another way to deiconify window: send a
_NET_ACTIVE_WINDOW[5] client message.
Actually, there is no need to call XMapRaised(If _NET_ACTIVE_WINDOW
is supported), but I left it as it is, since it doesn't hurt.
[1] http://ftp.x.org/contrib/faqs/FAQ
[2] https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/369954
XRaiseWindow not working
[3] https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1067886 xwit
cannot de-iconify window
[4] https://bugs.launchpad.net/unity/+bug/932580 Application window
not responsive when iconified
[5] http://standards.freedesktop.org/wm-spec/wm-spec-1.3.html#id2731082
--
Thanks,
Alexander.
--
Best regards, Sergey.