Skip to content

Commit 30941b3

Browse files
committed
randr: add_output_mode: Add missing arguments "output", "mode".
1 parent 0385e64 commit 30941b3

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
@@ -676,7 +676,7 @@ class AddOutputMode(rq.Request):
676676
rq.Card32('mode'),
677677
)
678678

679-
def add_output_mode(self):
679+
def add_output_mode(self, output, mode):
680680
return AddOutputMode(
681681
display=self.display,
682682
opcode=self.display.get_extension_major(extname),

0 commit comments

Comments
 (0)