Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        E.h ttfont.c 


Log Message:
Move TT_VALID to the only place it is used.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -3 -r1.220 -r1.221
--- E.h 11 Mar 2004 16:58:12 -0000      1.220
+++ E.h 11 Mar 2004 23:28:57 -0000      1.221
@@ -299,7 +299,6 @@
 #define N_(String) (String)
 #endif
 
-#define TT_VALID( handle )  ( ( handle ).z != NULL )
 #ifndef MAX
 #define MAX(a,b)  ((a)>(b)?(a):(b))
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ttfont.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ttfont.c    19 Jan 2004 22:30:35 -0000      1.29
+++ ttfont.c    11 Mar 2004 23:28:57 -0000      1.30
@@ -119,6 +119,8 @@
 
 #else /* USE_IMLIB1 */
 
+#define TT_VALID( handle )  ( ( handle ).z != NULL )
+
 #if TEST_TTFONT
 #undef XSync
 #undef IC_RenderDepth




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