mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-21 14:34:19 +01:00
Bug fixes for 0.20.3 pre-release 2
This commit is contained in:
@@ -613,7 +613,10 @@ RConvertImage(RContext *context, RImage *image, Pixmap *pixmap)
|
||||
image->height, context->depth);
|
||||
|
||||
#ifdef XSHM
|
||||
tmp = R_CreateXImageMappedPixmap(context, ximg);
|
||||
if (context->flags.use_shared_pixmap)
|
||||
tmp = R_CreateXImageMappedPixmap(context, ximg);
|
||||
else
|
||||
tmp = None;
|
||||
if (tmp) {
|
||||
/*
|
||||
* We have to copy the shm Pixmap into a normal Pixmap because
|
||||
|
||||
Reference in New Issue
Block a user