Re: [PATCH weston] desktop-shell: use binding_modifier for zoom

2017-09-18 Thread Ray, Ian (GE Healthcare)
On 18/09/2017, 12.58, "Pekka Paalanen" wrote: > > On Fri, 15 Sep 2017 09:12:38 +0300 > Ian Ray wrote: > > > Support for kiosk-style use cases where binding modififer is `none': > > > > - Use binding modifier instead of hard-coded MODIFIER_SUPER for zoom. > > - Disable opacity zoom if there i

Re: [PATCH weston] desktop-shell: use binding_modifier for zoom

2017-09-18 Thread Pekka Paalanen
On Fri, 15 Sep 2017 09:12:38 +0300 Ian Ray wrote: > Support for kiosk-style use cases where binding modififer is `none': > > - Use binding modifier instead of hard-coded MODIFIER_SUPER for zoom. > - Disable opacity zoom if there is no binding modifier. > Hello Ian, strictly speaking, as you

[PATCH weston] desktop-shell: use binding_modifier for zoom

2017-09-15 Thread Ian Ray
Support for kiosk-style use cases where binding modififer is `none': - Use binding modifier instead of hard-coded MODIFIER_SUPER for zoom. - Disable opacity zoom if there is no binding modifier. Signed-off-by: Ian Ray --- desktop-shell/shell.c | 16 ++-- 1 file changed, 10 inserti