commit | 8a48ff7a44dd685cbaa3cf7eae439ef6619ceb17 | [log] [tgz] |
---|---|---|
author | Mario Torre <neugens@openjdk.org> | Fri Jul 20 14:18:40 2018 +0200 |
committer | Mario Torre <neugens@openjdk.org> | Fri Jul 20 14:18:40 2018 +0200 |
tree | ea9e386249cd11961c45f4e2dc4e5cb060d55cd6 | |
parent | dee5ccaa967a6c2ca9e8831389ad99732e0b60bf [diff] |
8150954: Taking screenshots on x11 composite desktop produce wrong result The AWT Robot X11 code that takes screenshots uses the default root window, which may not contain the final composited desktop. Reviewed-by: alexsch, ssadetsky, prr, dbuck