]> git.imager.perl.org - imager.git/blobdiff - imperl.h
avoid a possible sign-extension for offsets/sizes in SGI
[imager.git] / imperl.h
index 93db83795b95721dc3672f52aec0e8efc72c25b5..94033475939eda7403cb103783fc98a6f6bfbe87 100644 (file)
--- a/imperl.h
+++ b/imperl.h
@@ -19,10 +19,6 @@ typedef i_img * Imager;
 typedef TT_Fonthandle* Imager__Font__TT;
 #endif
 
-#ifdef HAVE_FT2
-typedef FT2_Fonthandle* Imager__Font__FT2;
-#endif
-
 /* for the fill objects
    Since a fill object may later have dependent images, (or fills!)
    we need perl wrappers - oh well
@@ -30,4 +26,6 @@ typedef FT2_Fonthandle* Imager__Font__FT2;
 #define IFILL_DESTROY(fill) i_fill_destroy(fill);
 typedef i_fill_t* Imager__FillHandle;
 
+typedef io_glue *Imager__IO;
+
 #endif