surface: make wlr_surface.buffer a wlr_buffer

This commit is contained in:
Simon Ser 2021-04-13 11:14:16 +02:00
parent 0467a7523a
commit 486a481612
2 changed files with 14 additions and 15 deletions

View file

@ -92,7 +92,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.
*/