Lines Matching refs:xwl_seat
1213 xwayland: Handle NULL xwl_seat in xwl_seat_can_emulate_pointer_warp
1441 2 xwl_seat_set_cursor (xwl_seat=xwl_seat@entry=0x5610b46d5d10) at
1481 have their private data pointers set to their respective xwl_seat.
1519 Xwayland uses the device private to point to the `xwl_seat`.
1524 `xwl_seat` such as `xwl_set_cursor()` we may end up pointing at random
10201 xwayland: Don't process cursor warping without an xwl_seat
10209 #2 0x0000000000418bc0 in xwl_seat_destroy_confined_pointer (xwl_seat=0x8ba2a0)
10211 #3 0x0000000000418c09 in xwl_seat_unconfine_pointer (xwl_seat=0x8ba2a0)
11511 The tablet/stylus interfaces reused xwl_seat->focus_window, which
13284 xwl_seat->focus_window leading to a NULL pointer dereference when that
13287 Check that xwl_seat->focus_window is not NULL earlier in the stack in
15608 This struct takes away the cursor info in xwl_seat, and has
17038 If this occurs before xwl_seat->focus_window is set, it leads to a NULL
17041 Check for xwl_seat->focus_window in both pointer_handle_frame() and
19875 Put device class initialization in init_[device_class](xwl_seat) and
19876 releasing in release_[device class](xwl_seat). The purpose is to make
20369 x_cursor for the xwl_seat is left untouched.
32529 A list of these is held by the xwl_seat.