]> git.imager.perl.org - imager.git/blobdiff - typemap.local
correct the type of the im_decode_exif() data parameter
[imager.git] / typemap.local
index bd15d4aac81e64757e847ac27a1315db7508e09e..a3ea2d292cff324b9d9a1a83ec7a3e92a51e09e4 100644 (file)
@@ -5,6 +5,7 @@
 i_channel_list         T_IM_CHANNEL_LIST
 i_sample_list          T_IM_SAMPLE_LIST
 i_fsample_list         T_IM_FSAMPLE_LIST
+i_polygon_list         T_IM_POLYGON_LIST
 
 off_t                  T_OFF_T
 
@@ -18,6 +19,7 @@ int *                         T_AVARRAY
 i_img_dim *            T_AVARRAY
 i_color *              T_AVARRAY
 
+i_poly_fill_mode_t     T_I_POLY_FILL_MODE_T
 
 #############################################################################
 INPUT
@@ -109,6 +111,9 @@ T_IM_FSAMPLE_LIST
            croak(\"$pname: no samples provided in $var\");
        }
 
+T_IM_POLYGON_LIST
+        S_get_polygon_list(aTHX_ &$var, $arg);
+
 T_AVARRAY
        STMT_START {
                SV* const xsub_tmp_sv = $arg;
@@ -132,6 +137,11 @@ T_AVARRAY
                }
        } STMT_END
 
+T_I_POLY_FILL_MODE_T
+       $var = S_get_poly_fill_mode(aTHX_ $arg);
+
+
+
 #############################################################################
 OUTPUT