~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/winsys/sw/xlib/xlib_sw_winsys.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
      return NULL;
139
139
   }
140
140
 
 
141
   shmctl(shminfo->shmid, IPC_RMID, 0);
141
142
   shminfo->readOnly = False;
142
143
   return shminfo->shmaddr;
143
144
}