diff options
author | Alberto Milone <albertomilone@gmail.com> | 2008-10-22 15:59:41 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-10-22 15:59:55 -0400 |
commit | b95df0a7fed9c37bdd3a6ddb11ed5a2769defcd9 (patch) | |
tree | 0d547fa78400113eb9085c7c025d4c6032f6b786 /src | |
parent | b5553dfd705e9a7cc23ce92fc9f94bf076278954 (diff) |
RandR: add missing outputs list to GetCrtcInfoReply.
Diffstat (limited to 'src')
-rw-r--r-- | src/randr.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/randr.xml b/src/randr.xml index 1700c49..fe13916 100644 --- a/src/randr.xml +++ b/src/randr.xml @@ -383,6 +383,9 @@ authorization from the authors. <list type="CARD32" name="outputs"> <fieldref>num_outputs</fieldref> </list> + <list type="CARD32" name="possible"> + <fieldref>num_possible_outputs</fieldref> + </list> </reply> </request> |