surface: make wlr_surface.buffer a wlr_buffer

This commit is contained in:
Simon Ser 2021-04-13 11:14:16 +02:00 committed by Simon Zeni
parent 28aa803916
commit 8798fa36bd
2 changed files with 24 additions and 22 deletions

View file

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