Searched defs:weston_pointer_constraint (Results 1 – 1 of 1) sorted by relevance
1374 struct weston_pointer_constraint { struct1375 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;[all …]