Skip to content

Commit 376703e

Browse files
Jimmy Loyolavasily-v-ryabov
authored andcommitted
Add missing parameters to xrandr delete_output_mode function
1 parent 373fe3b commit 376703e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xlib/ext/randr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ class DeleteOutputMode(rq.Request):
699699
rq.Card32('mode'),
700700
)
701701

702-
def delete_output_mode(self):
702+
def delete_output_mode(self, output, mode):
703703
return DeleteOutputMode(
704704
display=self.display,
705705
opcode=self.display.get_extension_major(extname),

0 commit comments

Comments
 (0)