]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: Fix last change (bug#73207).
authorEli Zaretskii <eliz@gnu.org>
Sun, 15 Sep 2024 04:55:20 +0000 (07:55 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 10:45:12 +0000 (12:45 +0200)
(cherry picked from commit 81347c1aaf25b27e78e8beee4bc818ad2c4e1b71)

etc/PROBLEMS

index 964fef3b672b2e267a7837c7de7b58ba56641ab5..d13d0d3412889e12f2e43da80feaac27a14d177d 100644 (file)
@@ -3583,13 +3583,17 @@ GTK_IM_MODULE.
 GTK does not allow programs to warp the pointer anymore.  There is
 nothing that can be done about this problem.
 
-** 'frame-edges' or 'frame-geometry' does not return correct frame origin positions.
-
-Rather, on Wayland, they return a position not distant from 0, 0, as the
-Wayland protocol is specifically engineered not to reveal this
-information to clients.  By the same token, `frame-monitor-workarea',
-and related geometry-querying functions, cannot establish the size of
-the workarea and return a placeholder result.
+** 'frame-edges' and 'frame-geometry' return incorrect information
+
+The information returned by these and similar functions on Wayland about
+frame position is incorrect.  For example, 'frame-edges' can return zero
+in the first 2 elements although the top-left corner of the frame is not
+at pixel coordinates (0,0).  This happens because the Wayland protocol
+is specifically engineered not to reveal this information to clients.
+For similar reasons, 'frame-monitor-workarea',
+'frame-monitor-attributes', and related geometry-querying functions
+cannot establish the size of the workarea, and return placeholder
+results instead.
 
 ** Certain keys such as 'C-S-u' are not reported correctly.