summaryrefslogtreecommitdiff
path: root/hw/kdrive/fake/fake.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01xfake: RemoveAdam Jackson1-444/+0
2015-10-06kdrive: Delete unused TOUCHSCREEN define.Jamey Sharp1-6/+0
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-234/+212
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois1-5/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov1-41/+40
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov1-3/+0
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-3/+2
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-07-17KDrive: Delete rafts of unused codeDaniel Stone1-2/+0
2007-06-29Death to RCS tags.Adam Jackson1-2/+0
2006-07-21new KDrive input world orderDaniel Stone1-3/+3
2005-12-27Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.hAdam Jackson1-1/+1
2005-06-09Perform a warnings sweep on hw/kdrive. A number of these were my fault, butEric Anholt1-9/+0
2005-02-11Fri Feb 11 14:28:22 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-5/+6
2004-04-28Add completely fake X server -- draws to allocated buffer, has no keyboardKeith Packard1-0/+494