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