On Mon, 15 Dec 2014 21:22:11 +
Jan Arne Petersen wrote:
> Hey,
>
> On Mon Dec 08 2014 at 5:57:04 PM Derek Foreman
> wrote:
>
> > A keyboard might not be present in a seat, so check that before
> > dereferencing keyboard related pointers.
> >
> > Also, use the keyboard pointer we set to sho
Hey,
On Mon Dec 08 2014 at 5:57:04 PM Derek Foreman
wrote:
> A keyboard might not be present in a seat, so check that before
> dereferencing keyboard related pointers.
>
> Also, use the keyboard pointer we set to shorten the code a little bit.
>
> Signed-off-by: Derek Foreman
> ---
> Made the c
A keyboard might not be present in a seat, so check that before
dereferencing keyboard related pointers.
Also, use the keyboard pointer we set to shorten the code a little bit.
Signed-off-by: Derek Foreman
---
Made the check similar to the dereference.
src/text-backend.c | 16 ++--