summaryrefslogtreecommitdiff
path: root/src/cairo-win32-surface.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:53:44 -0500
committerBehdad Esfahbod <behdad@behdad.org>2008-01-28 21:53:44 -0500
commitb790c5a6bcdd890c16d21753407188ed200ce445 (patch)
tree8ed028e25a02e57e8d855d531c023f5ef77014bf /src/cairo-win32-surface.c
parentf0633f4449c39a8f78c582790fb5dc85899b5d82 (diff)
[doc] Replace 'NOTE' by 'Note' and add it to test
Diffstat (limited to 'src/cairo-win32-surface.c')
-rw-r--r--src/cairo-win32-surface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cairo-win32-surface.c b/src/cairo-win32-surface.c
index b222ef45..ca8b87c3 100644
--- a/src/cairo-win32-surface.c
+++ b/src/cairo-win32-surface.c
@@ -205,7 +205,7 @@ _create_dc_and_bitmap (cairo_win32_surface_t *surface,
* break if we do, especially if we don't set up an image
* fallback. It could be a bug with using a 24bpp pixman image
* (and creating one with masks). So treat them like 32bpp.
- * NOTE: This causes problems when using BitBlt/AlphaBlend/etc!
+ * Note: This causes problems when using BitBlt/AlphaBlend/etc!
* see end of file.
*/
case CAIRO_FORMAT_RGB24:
@@ -1261,7 +1261,7 @@ UNSUPPORTED:
/* This big function tells us how to optimize operators for the
* case of solid destination and constant-alpha source
*
- * NOTE: This function needs revisiting if we add support for
+ * Note: This function needs revisiting if we add support for
* super-luminescent colors (a == 0, r,g,b > 0)
*/
static enum { DO_CLEAR, DO_SOURCE, DO_NOTHING, DO_UNSUPPORTED }