> The issue was with the view's position, specifically the content's X and Y > coordinates relative to the window, including its decorations. When in > fullscreen mode, the window remains decorated, but the decorations are > hidden. As a result, the content's position needs to be recalculated to > account for the window's adjusted layout. > > It's not specific to i3. > > I used `gdk_window_get_root_origin` because GTK provides a more robust > mechanism to determine the value, even in cases where _NET_FRAME_EXTENTS is > not supported by the window manager.
Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision: Clarify the meaning of x and y. ------------- Changes: - all: https://git.openjdk.org/jfx/pull/1702/files - new: https://git.openjdk.org/jfx/pull/1702/files/ac68cfb3..bd12ebca Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=1702&range=02 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1702&range=01-02 Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jfx/pull/1702.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1702/head:pull/1702 PR: https://git.openjdk.org/jfx/pull/1702