input: Rename wl_pointer to weston_pointer

This is now a weston object.
This commit is contained in:
Kristian Høgsberg
2013-05-06 22:15:05 -04:00
parent a71e8b2e4d
commit 02bbabbd56
6 changed files with 136 additions and 130 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ static void
notify_pointer_position(struct weston_test *test, struct wl_resource *resource)
{
struct weston_seat *seat = get_seat(test);
struct wl_pointer *pointer = seat->seat.pointer;
struct weston_pointer *pointer = seat->seat.pointer;
wl_test_send_pointer_position(resource, pointer->x, pointer->y);
}
@@ -119,7 +119,7 @@ move_pointer(struct wl_client *client, struct wl_resource *resource,
{
struct weston_test *test = resource->data;
struct weston_seat *seat = get_seat(test);
struct wl_pointer *pointer = seat->seat.pointer;
struct weston_pointer *pointer = seat->seat.pointer;
test->compositor->focus = 1;