bring back some old code

This commit is contained in:
Nishi 2026-04-28 14:12:54 +09:00
commit 6137728de7

View file

@ -490,6 +490,8 @@ static void MwLLBeginDrawImpl(MwLL handle) {
static void MwLLEndDrawImpl(MwLL handle) {
(void)handle;
if(handle->common.copy_buffer) XClearWindow(handle->x11.display, handle->x11.window);
}
static void MwLLPolygonImpl(MwLL handle, MwPoint* points, int points_count, MwLLColor color) {