summaryrefslogtreecommitdiff
path: root/shm.h
AgeCommit message (Collapse)AuthorFilesLines
2013-11-04Adds MIT-SHM AttachFd and CreateSegment requestsKeith Packard1-1/+1
Passes shared memory segments by file descriptor, AttachFd passes from client to server, CreateSegment passes from server to client. Signed-off-by: Keith Packard <keithp@keithp.com>
2009-07-16Remove RCS tags.Peter Hutterer1-1/+0
2009-07-16XShm: remove XShm.h library header, split into shm.h, shmproto.hPeter Hutterer1-0/+45
Removing Xlib function prototypes. Move extension name to shm.h Move protocol request opcodes to shmproto.h