From b6dec13e99d0f410ec5e2f59a8181d2c8fddf221 Mon Sep 17 00:00:00 2001 From: oldosfan Date: Thu, 6 Oct 2022 10:47:13 +0000 Subject: [PATCH] ; * single_pixel_buffer.c (CreateU32RgbaBuffer): Fix typo. --- single_pixel_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_pixel_buffer.c b/single_pixel_buffer.c index 95dee4e..8018522 100644 --- a/single_pixel_buffer.c +++ b/single_pixel_buffer.c @@ -139,7 +139,7 @@ Destroy (struct wl_client *client, struct wl_resource *resource) wl_resource_destroy (resource); } -void +static void CreateU32RgbaBuffer (struct wl_client *client, struct wl_resource *resource, uint32_t id, uint32_t r, uint32_t g, uint32_t b, uint32_t a)