summaryrefslogtreecommitdiff
path: root/Xext/xselinux_ext.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Replace INITARGS with voidTomas Carnecky1-1/+1
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-15/+19
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-154/+154
2011-11-10Xext: remove unused variable 'n'Peter Hutterer1-1/+1
2011-11-10Xext: don't swap CARD8 in SProcSELinuxQueryVersionPeter Hutterer1-5/+0
2011-09-21Use internal temp variable for swap macrosMatt Turner1-38/+26
2011-02-02xselinux: Fix GetDrawableContextAdam Jackson1-4/+2
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-3/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-8/+8
2010-02-22xselinux: Rename window-related requests that now support pixmaps.Eamon Walsh1-11/+11
2010-02-22xselinux: Allow GetWindowContext to be used for pixmaps as well.Eamon Walsh1-3/+11
2010-02-22xselinux: Remove reference counting calls for SID objects.Eamon Walsh1-4/+1
2009-10-14xselinux: refactor extension code into smaller files.Eamon Walsh1-0/+729