mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-02 07:30:50 +00:00
accidentally disabled xrender
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@324 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user