RFR: 8329821: [Linux] When using i3 WM, menus are incorrectly sized

Thiago Milczarek Sayao tsayao at openjdk.org
Sat Apr 6 17:39:28 UTC 2024


Simple fix to only request `_NET_FRAME_EXTENTS` if window has decoration.

It seems i3 replies with decorated sizes, even if window is not decorated.

Won't hurt other WMs.

-------------

Commit messages:
 - - Fix for i3 menus size

Changes: https://git.openjdk.org/jfx/pull/1437/files
  Webrev: https://webrevs.openjdk.org/?repo=jfx&pr=1437&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8329821
  Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jfx/pull/1437.diff
  Fetch: git fetch https://git.openjdk.org/jfx.git pull/1437/head:pull/1437

PR: https://git.openjdk.org/jfx/pull/1437


More information about the openjfx-dev mailing list