Fix RenderPixels, CPU rendering "works"
[ipdf/code.git] / src / ipdf.h
index 5a4f35c..211f2c3 100644 (file)
@@ -22,9 +22,9 @@ namespace IPDF
         */
        typedef enum 
        {
-               RECT_FILLED = 0,
+               CIRCLE_FILLED = 0, 
+               RECT_FILLED,
                RECT_OUTLINE,
-               CIRCLE_FILLED, 
                NUMBER_OF_OBJECT_TYPES
        } ObjectType;
 

UCC git Repository :: git.ucc.asn.au