Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/dox


Modified Files:
        dox.h ttfont.c 


Log Message:
Move TT_VALID to the only place it is used.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/dox.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- dox.h       13 Feb 2004 18:13:55 -0000      1.24
+++ dox.h       11 Mar 2004 23:28:57 -0000      1.25
@@ -170,7 +170,6 @@
 #define DEFAULT_LINKCOLOR_G 50
 #define DEFAULT_LINKCOLOR_B 160
 
-#define TT_VALID( handle )  ( ( handle ).z != NULL )
 #ifndef MAX
 #define MAX(a,b)  ((a)>(b)?(a):(b))
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/dox/ttfont.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ttfont.c    19 Jan 2004 22:30:26 -0000      1.10
+++ ttfont.c    11 Mar 2004 23:28:57 -0000      1.11
@@ -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