This commit is contained in:
Nishi 2026-04-27 16:31:03 +09:00
commit 36f5647883

View file

@ -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