]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-graphics/core-graphics.factor
C-ENUM: -> ENUM:
[factor.git] / basis / core-graphics / core-graphics.factor
index 92925f5d645819da6ef0660d1371714f230f3780..1e797a33297c095a1bbbcce46325d4d228657b62 100644 (file)
@@ -6,7 +6,7 @@ images images.memory core-graphics.types core-foundation.utilities
 opengl.gl literals ;
 IN: core-graphics
 
-C-ENUM: CGImageAlphaInfo
+ENUM: CGImageAlphaInfo
 kCGImageAlphaNone
 kCGImageAlphaPremultipliedLast
 kCGImageAlphaPremultipliedFirst