|
|
|
|
|
by account42
1991 days ago
|
|
> This is an issue with X11 What makes you think this is the case? X11 has an ordered event queue and there is no reason an application can't process the keystrokes in the correct order. > Another issue is, there's no mapping of pid <-> X11 window. It's simply impossible with the current design of client-server. What do you need this for? There is _NET_WM_PID [0] which can be set by clients. [0] https://specifications.freedesktop.org/wm-spec/wm-spec-1.3.h... |
|
> What makes you think this is the case? Many other ways in which async behavior happens on X11, on any machine I've tried, with the mouse cursor lagging to register a click event, for example.