mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 06:08:03 +02:00
Fixed the call to xp_init so that we now receive Motion notifications even
if X is not the active application. fixes <rdar://problem/5167664> xeyes dead until window activation
This commit is contained in:
parent
10a5178258
commit
ec0d30011c
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ xprDisplayInit(void)
|
|||
else
|
||||
darwinScreensFound = 1;
|
||||
|
||||
if (xp_init(XP_IN_BACKGROUND | XP_NO_DEFERRED_UPDATES) != Success)
|
||||
if (xp_init(XP_BACKGROUND_EVENTS | XP_NO_DEFERRED_UPDATES) != Success)
|
||||
FatalError("Could not initialize the Xplugin library.");
|
||||
|
||||
xp_select_events(XP_EVENT_DISPLAY_CHANGED
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue