Lines Matching defs:weston_pointer_constraint
1374 struct weston_pointer_constraint { struct
1375 struct wl_list link;
1377 struct weston_surface *surface;
1378 struct weston_view *view;
1379 struct wl_resource *resource;
1380 struct weston_pointer_grab grab;
1381 struct weston_pointer *pointer;
1382 uint32_t lifetime;
1384 pixman_region32_t region;
1385 pixman_region32_t region_pending;
1386 bool region_is_pending;
1388 wl_fixed_t hint_x;
1389 wl_fixed_t hint_y;
1390 wl_fixed_t hint_x_pending;
1391 wl_fixed_t hint_y_pending;
1392 bool hint_is_pending;
1394 struct wl_listener pointer_destroy_listener;
1395 struct wl_listener surface_destroy_listener;
1396 struct wl_listener surface_commit_listener;
1397 struct wl_listener surface_activate_listener;