Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/imlib2_loaders

Dir     : e17/libs/imlib2_loaders/src


Modified Files:
        Makefile.am image.h 


Log Message:


make dist!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/src/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Makefile.am 18 Feb 2004 07:59:16 -0000      1.14
+++ Makefile.am 16 Apr 2004 05:24:52 -0000      1.15
@@ -20,7 +20,7 @@
 
 INCLUDES             = $(CFLAGS_ALL)
 
-pkgdir              = $(libdir)/loaders/image
+pkgdir              = $(libdir)/imlib2_loaders/image
 
 if XCF_LOADER
 XCF_L               = xcf.la
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2_loaders/src/image.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- image.h     10 Aug 2001 08:35:57 -0000      1.3
+++ image.h     16 Apr 2004 05:24:53 -0000      1.4
@@ -1,8 +1,6 @@
 #ifndef __IMAGE
 # define __IMAGE 1
 
-#include "../libltdl/ltdl.h"           /* for lt_dlhandle definition */
-
 typedef struct _imlibimage              ImlibImage;
 typedef struct _imlibimagepixmap        ImlibImagePixmap;
 typedef struct _imlibborder             ImlibBorder;
@@ -104,7 +102,7 @@
    char         *file;
    int           num_formats;
    char        **formats;
-   lt_dlhandle   handle;
+   void         *handle;
    char        (*load)(ImlibImage *im,
                       ImlibProgressFunction progress,
                       char progress_granularity, char immediate_load);




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to