|
|
@ -1280,8 +1280,6 @@ struct weston_view { |
|
|
|
pixman_region32_t clip; /* See weston_view_damage_below() */ |
|
|
|
pixman_region32_t clip; /* See weston_view_damage_below() */ |
|
|
|
float alpha; /* part of geometry, see below */ |
|
|
|
float alpha; /* part of geometry, see below */ |
|
|
|
|
|
|
|
|
|
|
|
void *renderer_state; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Surface geometry state, mutable.
|
|
|
|
/* Surface geometry state, mutable.
|
|
|
|
* If you change anything, call weston_surface_geometry_dirty(). |
|
|
|
* If you change anything, call weston_surface_geometry_dirty(). |
|
|
|
* That includes the transformations referenced from the list. |
|
|
|
* That includes the transformations referenced from the list. |
|
|
|