commit | 94e2e2d39f6f11ec38b41658d8ea415fa2f5a783 | [log] [tgz] |
---|---|---|
author | Jonas Ådahl <jadahl@gmail.com> | Sat Oct 18 18:42:19 2014 +0200 |
committer | Jonas Ådahl <jadahl@gmail.com> | Tue Jul 26 17:21:15 2016 +0800 |
tree | 794a79a7f28e6d1d1864435be93392c7e46a597e | |
parent | 4361b4ea3f789c08eb191fe46d176398deb0a86c [diff] |
compositor: Keep track of what views were activated by clicking Adds a weston_view_activate() that can be passed an additional active flag WESTON_ACTIVATE_CLICKED, that the shell passes when a view was activated by clicking. This allows shell-independent components implement heuristics depending on how a view was activated. Signed-off-by: Jonas Ådahl <jadahl@gmail.com> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>