Hi Dima,
On 30 November 2016 at 20:10, Dima Ryazanov wrote:
> This can happen if you right-click in weston-terminal a few times very
> quickly.
> The pointer_handle_enter callback already checks for NULL, so let's do that in
> keyboard_handle_enter, too.
Good catch, thanks! Pushed with review:
This can happen if you right-click in weston-terminal a few times very quickly.
The pointer_handle_enter callback already checks for NULL, so let's do that in
keyboard_handle_enter, too.
Signed-off-by: Dima Ryazanov
---
clients/window.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/cl