mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-11 19:59:06 +00:00
Fix merge error during last update.
This commit is contained in:
@@ -422,8 +422,8 @@ InitShmImage(XParms xp, Parms p, int64_t reps, Bool read_only)
|
|||||||
shm_image = *image;
|
shm_image = *image;
|
||||||
image_size = image->bytes_per_line * image->height;
|
image_size = image->bytes_per_line * image->height;
|
||||||
/* allow XYPixmap choice: */
|
/* allow XYPixmap choice: */
|
||||||
if(p->font)image_size *= xp->vinfo.depth;
|
if(p->font && strcmp(p->font, "XYBitmap") != 0) image_size *= xp->vinfo.depth;
|
||||||
shm_info.shmid = shmget(IPC_PRIVATE, image_size, IPC_CREAT|0700);
|
shm_info.shmid = shmget(IPC_PRIVATE, image_size, IPC_CREAT|0777);
|
||||||
if (shm_info.shmid < 0)
|
if (shm_info.shmid < 0)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user