summaryrefslogtreecommitdiffstats
path: root/src/blueshift_vidmode.pyx
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-04 15:10:58 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-04 15:10:58 +0200
commitd5b0ad4ed6aec920c5131f85a6d85cd76f44291b (patch)
treea2f2daa0ffc591ac388b1c9c2bf75643c05a6a00 /src/blueshift_vidmode.pyx
parenttypo (diff)
downloadblueshift-d5b0ad4ed6aec920c5131f85a6d85cd76f44291b.tar.gz
blueshift-d5b0ad4ed6aec920c5131f85a6d85cd76f44291b.tar.bz2
blueshift-d5b0ad4ed6aec920c5131f85a6d85cd76f44291b.tar.xz
multi-display support can apply once, then it segfaults
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blueshift_vidmode.pyx')
-rw-r--r--src/blueshift_vidmode.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blueshift_vidmode.pyx b/src/blueshift_vidmode.pyx
index e4262d7..7ad7a4c 100644
--- a/src/blueshift_vidmode.pyx
+++ b/src/blueshift_vidmode.pyx
@@ -50,9 +50,9 @@ def vidmode_open(int use_screen, display):
'''
Start stage of colour curve control
- @param use_screen The screen to use
- @param display:str? The display to use, `None` for the current
- @return :bool Whether call was successful
+ @param use_screen The screen to use
+ @param display:bytes? The display to use, `None` for the current
+ @return :bool Whether call was successful
'''
global vidmode_gamma_size
cdef char* display_ = NULL