|
|
|
|
|
by yencabulator
837 days ago
|
|
> There is the display server > There is the compositor > There is the window manager What kind of Schrodinger Way11 world is that? X11 has display server and window manager (and window manager doesn't deal with mouse movement), and Wayland has a compositor. |
|
However, you are right, there is no such thing like display server AND compositor.
> and window manager doesn't deal with mouse movement
And that's causing one of the problems I described above, when changing window focus while scrolling. The driver just sends scrolling events, regardless of the window focus, so it keeps scrolling, when you trying to "simulate" kinetic scrolling.