cb406f1afd560762f60c27f7a88fd9f65c15041f
This fixes an uninitialized serial error, were we could send out the modifier event even if the client didn't have a pointer resource. We send out the modifier event to let clients know the modifer mask when they receive a pointer button event. Thus, if the client doesn't have a pointer we don't need to send the modifier event. Additionally we would send out the modifier event with an uninitialized serial number. Finally, this commit restores the order of sending the modifier event before the enter, like it used to be. Not likely to be an issue, since the client will always receive the modifier event before any button event, but it's a little nicer to give the client the modifier events before it receives any pointer events.
Weston Weston is the reference implementation of a Wayland compositor, and a useful compositor in its own right. Weston has various backends that lets it run on Linux kernel modesetting and evdev input as well as under X11. Weston ships with a few example clients, from simple clients that demonstrate certain aspects of the protocol to more complete clients and a simplistic toolkit. There is also a quite capable terminal emulator (weston-terminal) and an toy/example desktop shell. Finally, weston also provides integration with the Xorg server and can pull X clients into the Wayland desktop and act as a X window manager. Refer to http://wayland.freedesktop.org/building.html for buiding weston and its dependencies.
Description
Languages
C
98%
Meson
1.4%
Shell
0.3%
GLSL
0.2%