Lines Matching defs:graphic_object
138 struct graphic_object { struct
139 struct window * window;
141 struct wl_surface * surface;
142 bool surface_configured;
143 smm_buffer_t * pending_buffer;
144 smm_group_t * buffer_group;
145 struct wl_subsurface * subsurface;
147 enum object_type type;
148 int width;
149 int height;
151 struct input input;