Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_trans_x11 Modified Files: esmart_trans_x11.c Log Message: Add missing headers. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_trans_x11/esmart_trans_x11.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- esmart_trans_x11.c 10 Nov 2004 15:22:40 -0000 1.5 +++ esmart_trans_x11.c 5 Sep 2005 10:57:41 -0000 1.6 @@ -5,11 +5,14 @@ ***************************************************************************/ #include <stdlib.h> +#include <stdio.h> +#include <string.h> #include "config.h" #include <X11/Xlib.h> #include <Imlib2.h> #include <Ecore.h> #include <Ecore_X.h> +#include <Ecore_Data.h> #include <assert.h> #include "Esmart_Trans_X11.h" @@ -426,7 +429,7 @@ Ecore_List_Node *n; if (!_objects) - return TRUE; + return 1; e = (Ecore_X_Event_Window_Property *) event; @@ -454,7 +457,7 @@ } } - return TRUE; + return 1; } static Evas_Smart * ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs