Rewrite input event delivery path.
authorKristian Høgsberg <krh@redhat.com>
Fri, 12 Dec 2008 04:18:45 +0000 (23:18 -0500)
committerKristian Høgsberg <krh@redhat.com>
Fri, 12 Dec 2008 04:18:45 +0000 (23:18 -0500)
commit5ee1a60f1a03b3176332f6d4f27744d0dfdb0601
tree84afd32f96b8f045f24a382c06e6e585183ef877
parentd1c58d60f6c212c3de1f2c214745ef4db9623c7e
Rewrite input event delivery path.

Instead of having the input driver push the events into the core server,
only to have the server call back out to the compositor hooks, the driver now
just calls the compositor directly.  The input drivers are always dependent on
the type of compositor anyway so there was no point in passing the events
through the server.  Now the server is only involved when it's time to actually
send the events to the clients.
Makefile.in
egl-compositor.c
evdev.c
wayland.c
wayland.h
window.c