summaryrefslogtreecommitdiffstats
path: root/src/blueshift_vidmode.pyx
diff options
context:
space:
mode:
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