commit | e821ce6869e375905655b49e113984e2b684e204 | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Thu Jun 25 15:49:48 2015 -0500 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Thu Sep 24 13:50:11 2015 -0700 |
tree | 3b921bfa6195c8e1f2e7d06f039d842fee57a5fe | |
parent | b4bacd258dac3e1cbad6321ceea61607bd893937 [diff] |
text: Don't track binding in struct text_backend The binding is only used for preventing launch, and we've already got the pid for that. With multiple seats there are multiple bindings, so if the most recent binding unbinds it will clear the pointer, so using it like this is risky anyway. Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>