Home
last modified time | relevance | path

Searched refs:ShmDetachSegment (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c105 static int ShmDetachSegment(void *value, XID shmseg);
269 ShmDetachSegment(shmdesc, 0); in ShmDestroyPixmap()
435 ShmDetachSegment(void *value, /* must conform to DeleteType */ in ShmDetachSegment() function
1570 ShmSegType = CreateNewResourceType(ShmDetachSegment, "ShmSeg"); in ShmExtensionInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog35372 We pass the pPixmap->drawable.id to the ShmDetachSegment function after
35374 ShmDetachSegment and can simply pass zero instead.