broadway: Fix argument name

This commit is contained in:
Benjamin Otte 2024-09-25 01:57:52 +02:00
parent 2f670bdc59
commit 32cdf35583

View File

@ -111,7 +111,7 @@ gboolean broadway_server_surface_translate (BroadwayServer *
int dx,
int dy);
guint32 broadway_server_upload_texture (BroadwayServer *server,
GBytes *texture);
GBytes *bytes);
void broadway_server_release_texture (BroadwayServer *server,
guint32 id);
cairo_surface_t * broadway_server_create_surface (int width,