summaryrefslogtreecommitdiff
path: root/Xext/panoramiX.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-8/+8
2014-01-12Xext: Clean up warningsKeith Packard1-2/+2
2013-12-09damageext: Xineramify (v7)Adam Jackson1-0/+3
2013-12-09xinerama: Export the screen regionAdam Jackson1-1/+1
2013-09-10dix: FIXES is not optionalAdam Jackson1-6/+0
2013-02-15Xext: rename two shadowing variablesPeter Hutterer1-7/+7
2012-11-05Xext: fix redundant redeclaration warningsYaakov Selkowitz1-2/+0
2012-07-16Fix two more C99 initialization mistakes using members of same structAlan Coopersmith1-2/+3
2012-07-10Xinerama: Reset Composite request vector on closeDaniel Stone1-0/+3
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-1/+1
2012-07-09Xinerama: Fix ExtensionInit prototypeDaniel Stone1-1/+1
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-35/+43
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-7/+7
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-631/+627
2011-09-21Merge remote-tracking branch 'mattst88/for-keith'Keith Packard1-33/+29
2011-09-21Use internal temp variable for swap macrosMatt Turner1-33/+29
2011-09-18XineramaInitData ignores its argument. Quit passing one.Jamey Sharp1-6/+6
2011-03-23Merge remote-tracking branch 'airlied/xinerama-cleanup'Keith Packard1-8/+8
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-3/+3
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-5/+5
2011-03-08xinerama: Use RESTYPE consistentlyAdam Jackson1-5/+5
2010-11-30composite: add panoramix supportDavid Reveman1-0/+7
2010-11-30fixes: Add panoramix supportDavid Reveman1-0/+9
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-9/+14
2010-06-05Change region implementation from macros to inline functions.Keith Packard1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-18/+18
2010-06-03Delete XineramaScreenRegions cache.Jamey Sharp1-17/+20
2010-06-03XineramaSetCursorPosition: use screen bounds directly, not POINT_IN_REGION.Jamey Sharp1-1/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-16/+16
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-36/+23
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-2/+3
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-0/+4
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-6/+6
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-17/+17
2010-04-26Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp1-1/+2
2010-04-19unifdef -B -DRENDER to always include RENDER codeKeith Packard1-6/+0
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-10/+8
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+6
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-6/+10
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+1
2009-07-14Xext: switch to byte counting functionsPeter Hutterer1-2/+2
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+5
2009-02-17xinerama: Put the proto version in the code instead using proto headers.Eric Anholt1-2/+4
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-1/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-11/+11
2008-11-08Remove some null statements.James Cloos1-5/+5