Skip to content

Commit 7b84cfa

Browse files
committed
randr: Add missing fields "x", "y" to GetCrtcInfo reply definition.
1 parent a47863e commit 7b84cfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Xlib/ext/randr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,8 @@ class GetCrtcInfo(rq.ReplyRequest):
715715
rq.Card16('sequence_number'),
716716
rq.ReplyLength(),
717717
rq.Card32('timestamp'),
718+
rq.Int16('x'),
719+
rq.Int16('y'),
718720
rq.Card16('width'),
719721
rq.Card16('height'),
720722
rq.Card32('mode'),

0 commit comments

Comments
 (0)