On Mon, Sep 24, 2012 at 03:00:07PM +0200, Michael Hasselmann wrote:
> On Mon, 2012-09-24 at 14:51 +0200, Jan Arne Petersen wrote:
> > + if (surface != window_get_wl_surface(entry->window))
> > + return;
> > +
>
> not what the git message says ("text") -- this is a functional change
We
On Mon, Sep 24, 2012 at 02:51:14PM +0200, Jan Arne Petersen wrote:
> From: Jan Arne Petersen
>
> Also add a surface argument to the enter event.
Looks good, thanks.
Kristian
> ---
> clients/editor.c | 16 ++--
> protocol/text.xml | 9 +
> src/text-backend.c | 4 ++--
>
On Mon, 2012-09-24 at 14:51 +0200, Jan Arne Petersen wrote:
> + if (surface != window_get_wl_surface(entry->window))
> + return;
> +
not what the git message says ("text") -- this is a functional change
___
wayland-devel mailing list
way
From: Jan Arne Petersen
Also add a surface argument to the enter event.
---
clients/editor.c | 16 ++--
protocol/text.xml | 9 +
src/text-backend.c | 4 ++--
3 files changed, 17 insertions(+), 12 deletions(-)
diff --git a/clients/editor.c b/clients/editor.c
index af1623