commit | 10ddd97ecffe16a6a5e7329f0be4f0ba381dd8b2 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 22 12:40:54 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 22 12:40:54 2013 -0700 |
tree | c49b95fdfef7dfaf11b2ae6c62ee36878d89e77a | |
parent | 2e611264a31294bacdfb6ec0fd9a695599226d2c [diff] [blame] |
compositor: Remove redundant and not well-defined focus field It was never clear what this field really did.
diff --git a/src/compositor.c b/src/compositor.c index 59a5abd..3a028bc 100644 --- a/src/compositor.c +++ b/src/compositor.c
@@ -1042,7 +1042,7 @@ { struct weston_seat *seat; - if (!compositor->focus) + if (!compositor->session_active) return; wl_list_for_each(seat, &compositor->seat_list, link)