mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-12-17 15:45:12 +02:00
buffer: fix template
This commit is contained in:
@@ -32,7 +32,7 @@ struct wl_buffer *dp_buffer_create(struct dp_state *state, int32_t width, int32_
|
||||
int32_t stride, uint32_t format, void **data, size_t *size) {
|
||||
*size = (size_t)(stride * height);
|
||||
|
||||
static const char template[] = "randfall-";
|
||||
static const char template[] = "dulcepan-";
|
||||
char name[sizeof(template) + 16] = {0};
|
||||
memcpy(name, template, sizeof(template) - 1);
|
||||
generate_name(&name[sizeof(template) - 1]);
|
||||
|
||||
Reference in New Issue
Block a user