aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/xfixes/cursor.c
Commit message (Expand)AuthorAgeFilesLines
* xfixes: use calloc for some structsUlrich Sibiller2019-02-281-2/+2
* Use C99 designated initializers in various extension RepliesUlrich Sibiller2019-02-281-5/+7
* Use calloc to zero fill buffers being allocated for replies & eventsUlrich Sibiller2019-02-281-4/+4
* Lift XFIXES to xorg-xserver-1.4.2 state - non-functional changes onlyUlrich Sibiller2018-02-261-2/+0
* Lift XFIXES to xorg-xserver-1.4.2 stateUlrich Sibiller2018-02-261-0/+9
* Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0) - non-functional cha...Ulrich Sibiller2018-02-261-1/+21
* Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0)Ulrich Sibiller2018-02-261-2/+273
* xserver: remove index from CloseScreen (API/ABI breakage)Dave Airlie2017-04-101-4/+4
* xfixes: fix compiler warningUlrich Sibiller2017-03-101-2/+3
* xfixes: fix compiler warningsUlrich Sibiller2017-03-101-2/+2
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-201-6/+6
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-3/+3
* File permission fixes: No executable bit on Imakefile files, *.c and *.h files.Mike Gabriel2016-07-051-0/+0
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-051-1/+0
* Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2016-07-051-2/+1
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-62/+49
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-4/+4
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-5/+5
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-211-1/+1
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-14/+14
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+754