Update src/backend/x11.c

This commit is contained in:
Nishi 2026-04-26 20:13:33 -05:00
commit 9035133782

View file

@ -981,7 +981,7 @@ static void MwLLDestroyPixmapImpl(MwLLPixmap pixmap) {
XRenderFreePicture(handle->x11.display, src_pic); \
XRenderFreePicture(handle->x11.display, dest_pic); \
XFreePixmap(handle->x11.display, src_px); \
XFreeGC(handle->x11.display, gc);
XFreeGC(handle->x11.display, gc); \
}
static void MwLLDrawPixmapImpl(MwLL handle, MwRect* rect, MwLLPixmap pixmap) {