diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2014-10-28 11:26:18 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2015-09-25 11:09:33 -0400 |
commit | cf3272717e08325f69bdbb759ab35cb4d1839fb7 (patch) | |
tree | 3dc65a3b2b2c1b76d3343d8d21efa4c7cb3fcfa1 /randrproto.txt | |
parent | 0c96bf03c7a4eb53c9f8f4fd6b734746154081e1 (diff) |
spec: Fix RRCrtcGetModes typo
The correct name is RRCrtcGetInfo.
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/randrproto.txt b/randrproto.txt index 416f001..c06bc90 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -991,7 +991,7 @@ dynamic changes in the display environment. Errors: Window - RRGetCrtcModes returns information about the current and available + RRGetCrtcInfo returns information about the current and available configurations for the specified crtc connected to the screen associated with 'window'. @@ -1798,7 +1798,7 @@ factors, such as re-cabling a monitor, etc. This event is sent whenever the monitor's configuration changes or if a new monitor configuration becomes available that was not available in the past. In this case, the client MUST call - RRGetCrtcModes to update its view of possible monitor + RRGetCrtcInfo to update its view of possible monitor configurations to have a correct view of possible monitor organizations. |