summaryrefslogtreecommitdiff
path: root/randr/rrdispatch.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-6/+4
2009-09-21randr: reply with the server or client version, whichever is lower.Peter Hutterer1-6/+12
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-3/+4
2009-03-09Correct access mode in call to dixLookupWindow() within RRSelectInput.Eamon Walsh1-1/+1
2008-12-10randr: Add [GS]etOutputPrimaryAdam Jackson1-0/+2
2008-12-04randr: Protocol bits for panning supportMatthias Hopf1-0/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-11-26Add server support for RRGetScreenResourcesCurrentKeith Packard1-2/+3
2008-11-24Wire up RandR CRTC transform protocol, bump server to RandR 1.3Keith Packard1-1/+4
2008-07-31OutputPropertyNotifyMask is a valid thing to select for.Tomas Carnecky1-1/+2
2007-03-15Set the RandR version returned, rather than just passing the proto's version.Eric Anholt1-2/+5
2006-12-15Convert callers of SecurityLookupWindow() to dixLookupWindow().Eamon Walsh1-3/+4
2006-12-14Naming change: Security*Access -> Dix*AccessEamon Walsh1-2/+2
2006-11-28Change RandR property datatype to include pending/valid values.Keith Packard1-12/+14
2006-09-19Split out 1.0-style info and new property routines to their own files.Keith Packard1-1035/+0
2006-09-19RRGetScreenResources and RRGetOutputInfo are working now.Keith Packard1-4/+213
2006-09-18RandR working with old clients and old API.Keith Packard1-3/+3
2006-09-17Split out RandR dispatch code from randr.c to rr*dispatch.c.Keith Packard1-0/+1034