mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 13:28:08 +02:00
XQuartz: 64bit fix for screen origin in AppleWM
This commit is contained in:
parent
a5f055bf22
commit
60a757d280
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,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