]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-graphics/core-graphics.factor
Change C-ENUM: to always take a type. Use f for anonymous enums. Update all uses.
[factor.git] / basis / core-graphics / core-graphics.factor
index 1b7693da142081b62ff765af7e9e693dd928737f..92925f5d645819da6ef0660d1371714f230f3780 100644 (file)
@@ -6,8 +6,7 @@ images images.memory core-graphics.types core-foundation.utilities
 opengl.gl literals ;
 IN: core-graphics
 
-! CGImageAlphaInfo
-C-ENUM:
+C-ENUM: CGImageAlphaInfo
 kCGImageAlphaNone
 kCGImageAlphaPremultipliedLast
 kCGImageAlphaPremultipliedFirst