Update src/backend/x11.c
This commit is contained in:
parent
f00c380f3d
commit
2e23342620
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue