summaryrefslogtreecommitdiff
path: root/Xext/panoramiXprocs.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-82/+82
2012-07-09Use C99 designated initializers in Xext RepliesAlan Coopersmith1-17/+25
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-3/+2
2012-03-21Indentation: Change '& stuff' to '&stuff'Daniel Stone1-6/+6
2012-03-21Xinerama: Fix up obnoxiously-indented codeDaniel Stone1-14/+12
2012-03-21Introduce a consistent coding styleKeith Packard1-1300/+1432
2011-03-10panoramiX: convert 1->panoramiXNumScreens loops to use macro (v2)Dave Airlie1-1/+1
2011-03-10panoramiX: convert 0->panoramiXNumScreens loops to macro (v3)Dave Airlie1-1/+1
2011-03-10panoramiX: consolidate common id assignment code.Dave Airlie1-15/+5
2011-03-10panoramiX: macro checking if drawable is root (v2)Dave Airlie1-13/+13
2010-11-15Xext: panoramiXprocs: fix typoLinus Arver1-1/+1
2010-06-10Fix a couple more possible errors with input-only windowsKeith Packard1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-55/+55
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-6/+3
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-12/+12
2010-06-03Accumulate graphics exposures incrementally in PanoramiXCopyArea/Plane.Jamey Sharp1-36/+26
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-53/+53
2010-06-03Delete panoramiXdataPtr: it's redundant.Jamey Sharp1-53/+53
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-7/+7
2010-06-03Move each screen's screensaver data into ScreenRec.Jamey Sharp1-6/+6
2010-05-19Add typed resource-lookup errors for non-core resource types.Jamey Sharp1-61/+61
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-1/+1
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-17/+13
2010-05-13clientErrorValue is never used outside dix. Stop importing it.Jamey Sharp1-7/+0
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-31/+31
2010-04-26Kill unused/useless macros in panoramiX.h: BREAK_IF, IF_RETURN, FORCE_ROOTJamey Sharp1-1/+1
2009-07-14Xext: switch to byte counting functionsPeter Hutterer1-9/+9
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-295/+376
2009-01-22Remove a bunch of useless casts.Adam Jackson1-13/+13
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-07-24Shape extension is built-in and mandatory.Adam Jackson1-4/+0
2008-02-28XACE: Fix instances of DixUnknownAccess at hook callsites.Eamon Walsh1-4/+4
2008-02-22Fix Xinerama's consolidated visual handling.Adam Jackson1-5/+2
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh1-10/+0
2007-12-02Clean up many #if 0.Adam Jackson1-10/+0
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-16/+16
2007-11-05Xext: Remove usage of allocaDaniel Stone1-16/+16
2007-09-25xace: change prototype of VALIDATE_DRAWABLE_AND_GC macro to allow accessEamon Walsh1-4/+4
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-10/+8
2006-12-14Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.Eamon Walsh1-1/+5
2006-12-14Remove instances of macro SECURITY_VERIFY_DRAWABLE.Eamon Walsh1-5/+12
2006-12-14Remove instances of macros LOOKUP_DRAWABLE and VERIFY_DRAWABLE.Eamon Walsh1-7/+18
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-86/+86
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-2/+0
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-2/+2
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1