From 36f56478832dd9b2039cd81ae310819d805a6218 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 27 Apr 2026 16:31:03 +0900 Subject: [PATCH] test --- src/backend/gdi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/gdi.c b/src/backend/gdi.c index 1434f05..3a68f91 100644 --- a/src/backend/gdi.c +++ b/src/backend/gdi.c @@ -550,6 +550,7 @@ static void MwLLDestroyPixmapImpl(MwLLPixmap pixmap) { free(pixmap); } +#define USE_PLGBLT static void MwLLDrawPixmapImpl(MwLL handle, MwRect* rect, MwLLPixmap pixmap) { HDC hmdc = CreateCompatibleDC(handle->gdi.hDC); #ifdef USE_PLGBLT