summaryrefslogtreecommitdiffstats
path: root/src/blueshift_randr.pyx
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-19 23:43:48 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-19 23:43:48 +0200
commitd72b6d465c2df94c58172d95382d0a65f09b021c (patch)
tree9bd8b7feb2d82b7e173099e023a19a110ee47138 /src/blueshift_randr.pyx
parentupdate limitations for new version of hardware cursor patch (diff)
downloadblueshift-d72b6d465c2df94c58172d95382d0a65f09b021c.tar.gz
blueshift-d72b6d465c2df94c58172d95382d0a65f09b021c.tar.bz2
blueshift-d72b6d465c2df94c58172d95382d0a65f09b021c.tar.xz
m doc + info: document windows and mac os x support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/blueshift_randr.pyx')
-rw-r--r--src/blueshift_randr.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blueshift_randr.pyx b/src/blueshift_randr.pyx
index 7de1d13..842a026 100644
--- a/src/blueshift_randr.pyx
+++ b/src/blueshift_randr.pyx
@@ -133,7 +133,7 @@ def randr_apply(crtc_indices, r_curve, g_curve, b_curve):
@param r_curve:list<int> The red colour curve
@param g_curve:list<int> The green colour curve
@param b_curve:list<int> The blue colour curve
- @return Zero on success
+ @return :int Zero on success
'''
# Convert curves to 16-bit C integers
for i in range(256):