diff options
author | Adam Jackson <ajax@redhat.com> | 2008-12-03 13:36:00 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-12-03 13:36:00 -0500 |
commit | 546906dbe29816adaa6a35277266d79fbe131d0c (patch) | |
tree | 202e51a890372cf98aa13f5abb14807d5bf18c28 | |
parent | 5d5e4cff8c69d36d10e682d59c9a9005a8b5ad18 (diff) |
Indent CRTC transform docs to match the rest of the requests.
-rw-r--r-- | randrproto.txt | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/randrproto.txt b/randrproto.txt index fb52497..b23e415 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -1024,24 +1024,25 @@ dynamic changes in the display environment. └─── Errors: Crtc, Match -This request provides a mechanism that is more general than the existing -rotation and reflection values for describing the transformation from frame -buffer image to crtc presentation. 'transform' is a full 2D projective -transformations from screen coordinate space to crtc coordinate space. This -transformation is applied before the rotation and reflection values to -compute the complete transform. + This request provides a mechanism that is more general than the + existing rotation and reflection values for describing the + transformation from frame buffer image to crtc presentation. + 'transform' is a full 2D projective transformation from screen + coordinate space to crtc coordinate space. This transformation is + applied before the rotation and reflection values to compute the + complete transform. -'filter' and 'values' specify a Render filter that may be used by the server -when transforming data from frame buffer to crtc. + 'filter' and 'values' specify a Render filter that may be used by the + server when transforming data from frame buffer to crtc. -This request sets the transform to be used at the next RRSetCrtcConfig -request execution; it does not cause any change to occur in the current -configuration. + This request sets the transform to be used at the next + RRSetCrtcConfig request execution; it does not cause any change to + occur in the current configuration. -When a non-identity transformation is in use, the rectangle returned by -RRGetCrtcInfo defines the bounding rectangle of the screen that is projected -to the crtc. It is this projected rectangle which must be within the area of -the screen when the mode is set. + When a non-identity transformation is in use, the rectangle returned + by RRGetCrtcInfo defines the bounding rectangle of the screen that is + projected to the crtc. It is this projected rectangle which must be + within the area of the screen when the mode is set. ┌─── RRGetCrtcTransform @@ -1055,9 +1056,10 @@ the screen when the mode is set. current-values: LISTofFIXED └─── -This request returns the pending and current transforms for the specified -CRTC. The pending transform will be the same as the current transform if no -new pending transform has been set since the last call to RRSetCrtcConfig. + This request returns the pending and current transforms for the + specified CRTC. The pending transform will be the same as the current + transform if no new pending transform has been set since the last call + to RRSetCrtcConfig. ❧❧❧❧❧❧❧❧❧❧❧ |