mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-06 05:00:12 +01:00
XQuartz: 64bit fix for screen origin in AppleWM
(cherry picked from commit 60a757d280)
This commit is contained in:
parent
cabcc1a7ad
commit
aaff92c8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ AppleWMSetScreenOrigin(
|
|||
WindowPtr pWin
|
||||
)
|
||||
{
|
||||
long data[2];
|
||||
int32_t data[2];
|
||||
|
||||
data[0] = (dixScreenOrigins[pWin->drawable.pScreen->myNum].x
|
||||
+ darwinMainScreenX);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue