mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-12 03:35:52 +01:00
This update includes the 0.20.3pre3 code
This commit is contained in:
@@ -613,7 +613,7 @@ RConvertImage(RContext *context, RImage *image, Pixmap *pixmap)
|
||||
image->height, context->depth);
|
||||
|
||||
#ifdef XSHM
|
||||
if (context->flags.use_shared_pixmap)
|
||||
if (context->flags.use_shared_pixmap && ximg->is_shared)
|
||||
tmp = R_CreateXImageMappedPixmap(context, ximg);
|
||||
else
|
||||
tmp = None;
|
||||
|
||||
Reference in New Issue
Block a user