commit | 7ea10864c2fc7370f5ada88a3fc91ab5f188da00 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon Mar 05 17:49:30 2012 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Mar 05 18:06:08 2012 -0500 |
tree | 90823b8fc85c4d36beafc642e0274fbc644d578d | |
parent | abcef3cf7a40a15a0e0805919c37230f5bc8143f [diff] [blame] |
compositor: Move input devices to their own event loop First step towards only handling input at repaint time.
diff --git a/src/compositor.h b/src/compositor.h index 6f46249..b94731b 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -184,6 +184,9 @@ struct weston_shell *shell; + struct wl_event_loop *input_loop; + struct wl_event_source *input_loop_source; + /* There can be more than one, but not right now... */ struct wl_input_device *input_device;