From 4e78157e71864f84657f4cec4eda22a61dd56f3f Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 27 Apr 2026 05:50:05 +0900 Subject: [PATCH] why? --- src/backend/x11.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/x11.c b/src/backend/x11.c index 7cae9e1..1cb06f8 100644 --- a/src/backend/x11.c +++ b/src/backend/x11.c @@ -489,8 +489,6 @@ static void MwLLBeginDrawImpl(MwLL handle) { static void MwLLEndDrawImpl(MwLL handle) { (void)handle; - - XClearWindow(handle->x11.display, handle->x11.window); } static void MwLLPolygonImpl(MwLL handle, MwPoint* points, int points_count, MwLLColor color) {