mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-18 22:05:48 -05:00
surface: make wlr_surface.buffer a wlr_buffer
This commit is contained in:
parent
28aa803916
commit
8798fa36bd
2 changed files with 24 additions and 22 deletions
|
|
@ -93,7 +93,7 @@ struct wlr_surface {
|
|||
* have a buffer if it has never committed one, has committed a null buffer,
|
||||
* or something went wrong with uploading the buffer.
|
||||
*/
|
||||
struct wlr_client_buffer *buffer;
|
||||
struct wlr_buffer *buffer;
|
||||
/**
|
||||
* The buffer position, in surface-local units.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue