diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/blueshift_w32gdi.pyx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/blueshift_w32gdi.pyx b/src/blueshift_w32gdi.pyx index 25e12b8..793b960 100644 --- a/src/blueshift_w32gdi.pyx +++ b/src/blueshift_w32gdi.pyx @@ -83,6 +83,15 @@ def w32gdi_open(): return blueshift_w32gdi_open() +def w32gdi_crtcs_count(): + ''' + Get the number of CRTC:s on the system + + @return The number of CRTC:s on the system + ''' + return blueshift_w32gdi_crtc_count() + + def w32gdi_read(int use_crtc): ''' Gets the current colour curves |