Skip to content

Commit 71a4e28

Browse files
committed
randr: ChangeOutputProperty: Change type of field "value" to PropertyData.
1 parent 0eb6a40 commit 71a4e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xlib/ext/randr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class ChangeOutputProperty(rq.Request):
550550
rq.Card8('mode'),
551551
rq.Pad(2),
552552
rq.LengthOf('value', 4),
553-
rq.List('value', rq.Card8Obj),
553+
rq.PropertyData('value'),
554554
)
555555

556556
def change_output_property(self, output, property, type, mode, value):

0 commit comments

Comments
 (0)