summaryrefslogtreecommitdiff
path: root/hw/dmx/input/dmxconsole.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-6/+6
2014-01-12Bunch of DMX warning fixesKeith Packard1-2/+2
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-333/+394
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-1/+1
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-1/+1
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-13/+12
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2008-10-08Fix more xcalloc stupidity.Adam Jackson1-2/+2
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-5/+8
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2007-04-02As for normal mouse device, init valuator maxval[] to real values, not zero.Brian1-2/+7
2006-04-14Coverity #1005: Avoid a null deref.Adam Jackson1-2/+3
2005-07-12Prepare Xdmx and Xvfb for modularization by adding appropriate #includeKevin E Martin1-0/+4
2004-07-28When using DMX console input, make detached screens display as grey (vs.Rik Faith1-5/+23
2004-06-30Add Distributed Multihead X (DMX) supportKevin E Martin1-0/+1001