Re: [PATCH weston 2/2] clients/editor: Toggle panel visibility on click

2017-11-30 Thread Pekka Paalanen
On Mon, 27 Nov 2017 10:32:01 -0600 Joshua Watt wrote: > On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > > If the --click-to-show option is specified, clicking an input field > > will toggle > > the input panel visiblity > > > > Signed-off-by: Joshua Watt > > --- > > clients/editor.c |

Re: [PATCH weston 2/2] clients/editor: Toggle panel visibility on click

2017-11-27 Thread Joshua Watt
On Sat, 2017-06-24 at 16:03 -0500, Joshua Watt wrote: > If the --click-to-show option is specified, clicking an input field > will toggle > the input panel visiblity > > Signed-off-by: Joshua Watt > --- > clients/editor.c | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) >

[PATCH weston 2/2] clients/editor: Toggle panel visibility on click

2017-06-24 Thread Joshua Watt
If the --click-to-show option is specified, clicking an input field will toggle the input panel visiblity Signed-off-by: Joshua Watt --- clients/editor.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/clients/editor.c b/clients/editor.c index b63c562..78d10d2