]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cairo/cairo.factor
Fix comments to be ! not #!.
[factor.git] / basis / cairo / cairo.factor
index d3edd9022abc81586fce656b8bae2f8df1f4535b..f55023d69e10f439426a2c95c5106cc8f95787fb 100644 (file)
@@ -35,10 +35,10 @@ ERROR: cairo-error n message ;
     ubyte-components >>component-type ; inline
 
 : dummy-cairo ( -- cr )
-    #! Sometimes we want a dummy context; eg with Pango, we want
-    #! to measure text dimensions to create a new image context with,
-    #! but we need an existing context to measure text dimensions
-    #! with so we use the dummy.
+    ! Sometimes we want a dummy context; eg with Pango, we want
+    ! to measure text dimensions to create a new image context with,
+    ! but we need an existing context to measure text dimensions
+    ! with so we use the dummy.
     \ dummy-cairo [
         CAIRO_FORMAT_ARGB32 0 0 cairo_image_surface_create
         cairo_create