mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 02:58:06 +02: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
c06b6d622a
commit
94384630d9
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,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