summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-15 21:55:43 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-15 21:55:43 +0200
commit3d780b3ac33ca9aec594966b92a5297356d919b2 (patch)
tree031230bdac82d23e137fc6c6813401a00401a376 /src
parentC side implemention of w32gdi support (diff)
downloadblueshift-3d780b3ac33ca9aec594966b92a5297356d919b2.tar.gz
blueshift-3d780b3ac33ca9aec594966b92a5297356d919b2.tar.bz2
blueshift-3d780b3ac33ca9aec594966b92a5297356d919b2.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r--src/blueshift_randr_c.c2
-rw-r--r--src/blueshift_w32gdi_c.c2
-rw-r--r--src/blueshift_w32gdi_c.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/blueshift_randr_c.c b/src/blueshift_randr_c.c
index 03e96ee..19650b7 100644
--- a/src/blueshift_randr_c.c
+++ b/src/blueshift_randr_c.c
@@ -248,7 +248,7 @@ uint16_t* blueshift_randr_read(int use_crtc)
/**
* Apply stage of colour curve control
*
- * @param use_crtc The CRTC to use, -1 if all
+ * @param use_crtc The CRTC to use, -1 for all
* @param r_curve The red colour curve
* @param g_curve The green colour curve
* @param b_curve The blue colour curve
diff --git a/src/blueshift_w32gdi_c.c b/src/blueshift_w32gdi_c.c
index 6b5a394..3b05569 100644
--- a/src/blueshift_w32gdi_c.c
+++ b/src/blueshift_w32gdi_c.c
@@ -142,7 +142,7 @@ uint16_t* blueshift_w32gdi_read(int use_crtc)
/**
* Apply stage of colour curve control
*
- * @param use_crtc The CRTC to use, -1 if all
+ * @param use_crtc The CRTC to use, -1 for all
* @param rgb_curve The concatenation of the red, the green and the blue colour curves
* @return Zero on success
*/
diff --git a/src/blueshift_w32gdi_c.h b/src/blueshift_w32gdi_c.h
index e34bebe..4e92632 100644
--- a/src/blueshift_w32gdi_c.h
+++ b/src/blueshift_w32gdi_c.h
@@ -63,7 +63,7 @@ uint16_t* blueshift_w32gdi_read(int use_crtc);
/**
* Apply stage of colour curve control
*
- * @param use_crtc The CRTC to use, -1 if all
+ * @param use_crtc The CRTC to use, -1 for all
* @param rgb_curve The concatenation of the red, the green and the blue colour curves
* @return Zero on success
*/