commit | e314875d00739b9c55a065b96f8040f627edb8e3 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Mon May 06 23:19:49 2013 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue May 07 09:07:43 2013 -0400 |
tree | 2f11f67afaea905900ca2effcffc313e277775f4 | |
parent | 4912454ba48b36153011e25eaa840db2a18c7fb7 [diff] [blame] |
input: Merge wl_seat into weston_seat
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index d9d7530..44d234c 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c
@@ -451,9 +451,9 @@ if (input->focus) notify_motion(&input->base, time, x - wl_fixed_from_int(c->border.left) - - input->base.seat.pointer->x, + input->base.pointer->x, y - wl_fixed_from_int(c->border.top) - - input->base.seat.pointer->y); + input->base.pointer->y); } static void