summaryrefslogtreecommitdiff
path: root/include/X11/extensions/Xrandr.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-06Constify a couple string arguments that are just copied, not modifiedAlan Coopersmith1-2/+2
Fixes compiler warnings when building app/xrandr: xrandr.c: In function ‘crtc_set_transform’: xrandr.c:1459:9: warning: passing argument 4 of ‘XRRSetCrtcTransform’ discards qualifiers from pointer target type X11/extensions/Xrandr.h:419:1: note: expected ‘char *’ but argument is of type ‘const char *’ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
2012-07-19libXrandr: add support for provider objects.Dave Airlie1-0/+101
This adds the client side libXrandr support for randr 1.4, and provider objects. Signed-off-by: Dave Airlie <airlied@redhat.com>
2011-09-16Strip trailing whitespaceAlan Coopersmith1-16/+16
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-11-10GetScreenSizeRange: Document funky return code in the headerAdam Jackson1-0/+1
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
2008-12-08Add [GS]etOutputPrimaryget-set-primaryAdam Jackson1-0/+10
2008-12-04Panning supportMatthias Hopf1-0/+28
2008-12-01Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandrJulien Cristau1-6/+35
Conflicts: src/Xrandr.c
2008-11-24Add GetScreenResourcesCurrentgsr-currentAdam Jackson1-0/+5
2008-05-19Rename parameters to clarify QueryVersion/QueryExtension.Peter Hutterer1-3/+5
These parameters are not treated as input. Rename them to make the inner workings slightly more obvious. X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
2008-03-24Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.Julien Cristau1-2/+0
It seems that they were never actually implemented. Also remove the corresponding manpage symlinks.
2008-03-18Eliminate inverse matrix from randr transform protocolKeith Packard1-3/+0
It is easier, and potentially more precise, to compute the inverse in the server where everything can eventually be kept in floating point form.
2008-03-15Support CRTC Transform filtersKeith Packard1-6/+23
XRRGetCrtcTransform now returns a giant struct containing all of the transform and filter data. XRRSetCrtcTransform now accepts filter parameters.
2008-03-10Add support for new Transform requests.Keith Packard1-0/+17
2007-02-20Fix the use of a C++ keyword as a parameter name in Xrandr.hFredrik Höglund1-1/+1
2006-11-30Add initial implementation of crtc gamma and mode adding requests.randr-1.2Keith Packard1-4/+4
They build. More testing seems indicated.
2006-11-20Change properties to have a pending value and report valid values.Keith Packard1-1/+17
Pending values are transferred to current values at mode set, allowing a queue of values to accrue in preparation for the modeset operation while still reporting valid 'current' values for applications. The set of valid values is also available so applications can present a reasonable list to the user during configuration.
2006-11-16Remove RandR output options.Keith Packard1-9/+1
Options are to be implemented as properties instead.
2006-11-01Moving physical size from mode to output.Keith Packard1-2/+2
Follows protocol change which places physical size information in the output rather than (inappropriately) in each mode line.
2006-10-04Remove mode origins. Add preferred mode count.Keith Packard1-2/+1
2006-10-03Add mode origins and output options.Keith Packard1-1/+11
2006-09-20XRRGetScreenSizeRange returns Status. Lots more requests added.Keith Packard1-8/+10
XRRGetCrtcInfo XRRSetCrtcConfig XRRGetScreenSizeRange XRRSetScreenSize properties still to do.
2006-09-19Start update to 1.2, splitting code across multiple files.Keith Packard1-17/+230
2004-12-04Encoding of numerous files changed to UTF-8sco_port_update-baseXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_10XORG-6_8_99_1Markus Kuhn1-2/+2
2004-04-23Merging XORG-CURRENT into trunkXACE-SELINUX-MERGEEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-14Initial revisionXORG-STABLEKaleb Keithley1-0/+151