aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xext/shape.c
Commit message (Expand)AuthorAgeFilesLines
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-281-9/+9
* nx-X11/programs/Xserver/Xext/shape.c: avoid pulling in Xlib in legacy mode vi...Mihai Moldovan2017-12-161-0/+7
* nx-X11/programs/Xserver/Xext/shape.c: pull in shapestr.h for legacy Xext prot...Mihai Moldovan2017-12-161-1/+1
* Handle SHAPE proto splitup gracefully for legacy Xext proto versions.Mihai Moldovan2017-12-161-0/+4
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-031-3/+3
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-201-11/+11
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-041-3/+2
* Remove extmod from nx-X11/programs/Xserver/Xext/.Mike Gabriel2016-11-021-1/+0
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-3/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-051-2/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-5/+5
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-051-4/+1
* Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2016-07-051-2/+0
* Replace INITARGS with voidTomas Carnecky2016-07-051-1/+1
* Xserver: Post-REGION-macros-to-inline-funcs clean-up.Mike Gabriel2016-07-051-2/+0
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-59/+46
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-2/+2
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-4/+4
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-2/+3
* remove XShape code from libNX_XextUlrich Sibiller2016-07-011-2/+1
* Rename region macros to eliminate screen argumentMike Gabriel2016-05-021-24/+24
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-281-3/+3
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-9/+9
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-021-0/+2
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+1335