Update src/backend/x11.c

This commit is contained in:
Nishi 2026-04-26 19:54:19 -05:00
commit 2e23342620

View file

@ -981,6 +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);
}
static void MwLLDrawPixmapImpl(MwLL handle, MwRect* rect, MwLLPixmap pixmap) {