https://bugs.freedesktop.org/show_bug.cgi?id=70849
Kristian Høgsberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Kristian Høgsberg <[email protected]> --- I went with a slightly simpler fix, but also added support for the EVIOCREVOKE ioctl. Also applied to 1.3. commit 0eee0a28ba24dae62767bc5576c1e1b5dfe33869 Author: Kristian Høgsberg <[email protected]> Date: Fri Oct 25 13:34:58 2013 -0700 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 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
