Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        icon.c engage.h 


Log Message:
Minor fixups
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/icon.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- icon.c      14 Apr 2004 22:59:15 -0000      1.7
+++ icon.c      14 Apr 2004 23:40:31 -0000      1.8
@@ -147,7 +147,7 @@
 od_icon_new(const char *name, const char *icon_file)
 {
   OD_Icon        *ret = (OD_Icon *) malloc(sizeof(OD_Icon));
-  char           *path[PATH_MAX];
+  char            path[PATH_MAX];
 
   ret->name = strdup(name);
   ret->scale = 0.0;
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/engage.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- engage.h    14 Apr 2004 22:59:15 -0000      1.7
+++ engage.h    14 Apr 2004 23:40:31 -0000      1.8
@@ -49,9 +49,7 @@
                                   const char *icon_name);
 OD_Icon        *od_icon_new_minwin(Ecore_X_Window win);
 
-#ifdef HAVE_IMLIB
 void            od_icon_grab(OD_Icon * icon, Ecore_X_Window win);
-#endif
 void            od_icon_del(OD_Icon * od_icon);
 void            od_icon_arrow_show(OD_Icon * icon);
 void            od_icon_arrow_hide(OD_Icon * icon);




-------------------------------------------------------
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