input: Merge wl_seat into weston_seat

This commit is contained in:
Kristian Høgsberg
2013-05-06 23:19:49 -04:00
parent 4912454ba4
commit e314875d00
23 changed files with 266 additions and 270 deletions
+2 -2
View File
@@ -1015,8 +1015,8 @@ weston_wm_window_handle_moveresize(struct weston_wm_window *window,
struct weston_shell_interface *shell_interface =
&wm->server->compositor->shell_interface;
if (seat->seat.pointer->button_count != 1 ||
seat->seat.pointer->focus != &window->surface->surface)
if (seat->pointer->button_count != 1 ||
seat->pointer->focus != &window->surface->surface)
return;
detail = client_message->data.data32[2];