accidentally disabled xrender

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@324 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-14 13:13:59 +00:00
parent ccc06bca4b
commit 452c54e2f6

View File

@@ -367,7 +367,6 @@ MwLLPixmap MwLLCreatePixmap(MwLL handle, unsigned char* data, int width, int hei
r->use_shm = XShmQueryExtension(handle->display) ? 1 : 0;
r->data = malloc(sizeof(unsigned long) * width * height);
r->use_render = 0;
XRenderQueryExtension(handle->display, &evbase, &erbase) ? 1 : 0;
/* FIXME */