From 00397f17ea161d3659e8c484aaeab91fcf56414e Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 12 Apr 2026 06:44:35 +0900 Subject: [PATCH] update milsko.xml --- milsko.xml | 53 ++++++++++++++++--------------------------- src/backend/wayland.c | 2 +- 2 files changed, 21 insertions(+), 34 deletions(-) diff --git a/milsko.xml b/milsko.xml index 51c065a..18caed3 100644 --- a/milsko.xml +++ b/milsko.xml @@ -40,21 +40,7 @@ - - - - + + + + @@ -80,38 +66,39 @@ - - + + - - - + + + - + - + - - + + + - - - - + + + + - + diff --git a/src/backend/wayland.c b/src/backend/wayland.c index 0bd23a6..801c03f 100644 --- a/src/backend/wayland.c +++ b/src/backend/wayland.c @@ -1264,7 +1264,7 @@ static void update_buffer(MwLL self, struct _MwLLWaylandShmBuffer* buffer) { memcpy(buffer->buf, buffer->buf_back, buffer->buf_size); // Yes this is needed every time, it's how we fix weston. wl_surface_attach(buffer->surface, buffer->shm_buffer, 0, 0); - wl_surface_commit(buffer->surface); + wl_surface_commit(buffer->surface); } static void buffer_setup(struct _MwLLWaylandShmBuffer* buffer, MwU32 width, MwU32 height) {