8000 NV-CONTROL: query/set integer plus query string · python-xlib/python-xlib@85ecd6b · GitHub
[go: up one dir, main page]

Skip to content

Commit 85ecd6b

Browse files
committed
NV-CONTROL: query/set integer plus query string
1 parent e6d4980 commit 85ecd6b

File tree

3 files changed

+5280
-0
lines changed

3 files changed

+5280
-0
lines changed

Xlib/ext/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
('XFIXES', 'xfixes'),
3737
('SECURITY', 'security'),
3838
('XInputExtension', 'xinput'),
39+
('NV-CONTROL', 'nvcontrol'),
3940
]
4041

4142
__all__ = map(lambda x: x[1], __extensions__)

0 commit comments

Comments
 (0)
0