Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_font.c 


Log Message:
E style.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_font.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_font.c    22 Apr 2005 04:25:51 -0000      1.4
+++ e_font.c    22 Apr 2005 06:31:48 -0000      1.5
@@ -57,7 +57,7 @@
      edje_fontset_append_set(buf);
    
    /* setup edje text classes */
-   for(next = e_config->font_defaults; next; next = evas_list_next(next))
+   for (next = e_config->font_defaults; next; next = next->next)
      {
        efd = evas_list_data(next);
        edje_text_class_set(efd->text_class, efd->font, efd->size);
@@ -81,7 +81,7 @@
 {
    E_Font_Available *efa;
    
-   while(available)
+   while (available)
      {
        efa = available->data;
        available = evas_list_remove_list(available, available);
@@ -95,7 +95,7 @@
 {
    E_Font_Fallback *eff;
    
-   while(e_config->font_fallbacks)
+   while (e_config->font_fallbacks)
      { 
        eff = e_config->font_fallbacks->data;
        e_config->font_fallbacks = evas_list_remove_list(
@@ -135,7 +135,7 @@
 {
    Evas_List *next;
 
-   for(next = e_config->font_fallbacks; next; next = evas_list_next(next))
+   for (next = e_config->font_fallbacks; next; next = next->next)
      {
        E_Font_Fallback *eff;
        
@@ -164,7 +164,7 @@
    Evas_List *next;
 
    /* search for the text class */
-   for(next = e_config->font_defaults; next; next = evas_list_next(next))
+   for (next = e_config->font_defaults; next; next = next->next)
      {
        efd = evas_list_data(next);
        if (!strcmp(efd->text_class, text_class))
@@ -200,7 +200,7 @@
    Evas_List *next;
 
    /* search for the text class */
-   for(next = e_config->font_defaults; next; next = evas_list_next(next))
+   for (next = e_config->font_defaults; next; next = next->next)
      {
        efd = evas_list_data(next);
        if (!strcmp(efd->text_class, text_class))
@@ -223,7 +223,7 @@
    Evas_List *next;
    
    /* search for the text class */
-   for(next = e_config->font_defaults; next; next = evas_list_next(next))
+   for (next = e_config->font_defaults; next; next = next->next)
      {
        efd = evas_list_data(next);
        if (!strcmp(efd->text_class, text_class))




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to