commit | 5ba31891a1ec442bc0a15a94eaf7d0b343972da0 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 10 10:06:59 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Aug 10 10:06:59 2012 -0400 |
tree | b267c0c202175568383a75ffb80c84f1096cd473 | |
parent | f4d2f237f09bfcde16849f0b282cf6a85905e9b2 [diff] [blame] |
xwm: Use a simple heuristic for mapping X input events to a weston seat
diff --git a/src/xwayland/xwayland.h b/src/xwayland/xwayland.h index 23c6a77..bd127b7 100644 --- a/src/xwayland/xwayland.h +++ b/src/xwayland/xwayland.h
@@ -152,3 +152,5 @@ void weston_wm_destroy(struct weston_wm *wm); +struct weston_seat * +weston_wm_pick_seat(struct weston_wm *wm);