From be681ae408e6d5b60347498e1979ea83281dd80f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Apr 2014 22:08:59 +0200 Subject: add w32gdi_crtcs_count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blueshift_w32gdi.pyx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') 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 -- cgit v1.2.3-70-g09d2