summaryrefslogtreecommitdiff
path: root/shm.h
Commit message (Collapse)AuthorAgeFilesLines
* Adds MIT-SHM AttachFd and CreateSegment requestsKeith Packard2013-11-041-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>
* Remove RCS tags.Peter Hutterer2009-07-161-1/+0
|
* XShm: remove XShm.h library header, split into shm.h, shmproto.hPeter Hutterer2009-07-161-0/+45
Removing Xlib function prototypes. Move extension name to shm.h Move protocol request opcodes to shmproto.h