commit | 0eee0a28ba24dae62767bc5576c1e1b5dfe33869 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Oct 25 13:34:58 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Oct 25 13:34:58 2013 -0700 |
tree | 8a7c8ce4815780d1f3480356d34144549d59058e | |
parent | 3742434cfd24e0e476d3125d9c3ff6a10499f9b4 [diff] |
weston-launch: Revoke and close input fds when we vt switch away We used to leak the input fds, as weston would reopen all fds on vt enter. We could just close them after sending the open fd through the socket, but this patch also adds support for the new EVIOCREVOKE evdev ioctl, that revokes the fd in question (including the copy that we sent to the compositor). https://bugs.freedesktop.org/show_bug.cgi?id=70849