mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 20:50:14 +01:00
XQuartz: if 0 out a block to avoid thread-unsafe lockups
This commit is contained in:
parent
490756c7fb
commit
60d7359a67
1 changed files with 2 additions and 0 deletions
|
|
@ -948,6 +948,7 @@ extern int darwin_modifier_flags; // darwinEvents.c
|
|||
pDev = darwinTabletCurrent;
|
||||
}
|
||||
|
||||
#if 0 // XPlugin isn't thread safe ... sigh
|
||||
if(!quartzServerVisible) {
|
||||
xp_window_id wid;
|
||||
|
||||
|
|
@ -963,6 +964,7 @@ extern int darwin_modifier_flags; // darwinEvents.c
|
|||
if (wid == 0)
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
DarwinSendPointerEvents(pDev, ev_type, ev_button, pointer_x, pointer_y,
|
||||
pressure, tilt_x, tilt_y);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue