Searched defs:weston_desktop_surface_implementation (Results 1 – 1 of 1) sorted by relevance
/third_party/weston/libweston-desktop/ |
D | internal.h | 92 struct weston_desktop_surface_implementation { struct 93 void (*set_activated)(struct weston_desktop_surface *surface, 95 void (*set_fullscreen)(struct weston_desktop_surface *surface, 97 void (*set_maximized)(struct weston_desktop_surface *surface, 99 void (*set_resizing)(struct weston_desktop_surface *surface, 101 void (*set_size)(struct weston_desktop_surface *surface, 103 void (*committed)(struct weston_desktop_surface *surface, void *user_data, 105 void (*update_position)(struct weston_desktop_surface *surface, 107 void (*ping)(struct weston_desktop_surface *surface, uint32_t serial, 109 void (*close)(struct weston_desktop_surface *surface, void *user_data); [all …]
|