Lines Matching defs:shell_surface
98 struct shell_surface { struct
99 struct wl_signal destroy_signal;
101 struct weston_desktop_surface *desktop_surface;
102 struct weston_view *view;
103 int32_t last_width, last_height;
105 struct desktop_shell *shell;
107 struct wl_list children_list;
108 struct wl_list children_link;
110 int32_t saved_x, saved_y;
111 bool saved_position_valid;
112 bool saved_rotation_valid;
113 int unresponsive, grabbed;
114 uint32_t resize_edges;
116 struct {
119 } rotation;
121 struct {
124 } fullscreen;
126 struct weston_transform workspace_transform;
151 struct shell_surface *shsurf; argument