mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 17:10:15 +01:00
Fix for pointer-offset issue when using a multi-display environment on X11.app.
(cherry picked from commit 9a7e14286c)
This commit is contained in:
parent
14c6b837bb
commit
b6fd3fc40c
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ displayScreenBounds(CGDirectDisplayID id)
|
|||
|
||||
/* Remove menubar to help standard X11 window managers. */
|
||||
|
||||
if (frame.origin.x == 0 && frame.origin.y == 0)
|
||||
if (frame.origin.y == 0)
|
||||
{
|
||||
frame.origin.y += aquaMenuBarHeight;
|
||||
frame.size.height -= aquaMenuBarHeight;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue