forked from 12to11/12to11
; * single_pixel_buffer.c (CreateU32RgbaBuffer): Fix typo.
This commit is contained in:
parent
f2e3baad45
commit
b6dec13e99
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue