Enlightenment CVS committal

Author  : fletch3k
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        controlcentre.c note.c 


Log Message:
Compensating for the api change, now uses Evas_Coord's.

===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/controlcentre.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- controlcentre.c     25 Apr 2004 16:25:50 -0000      1.8
+++ controlcentre.c     29 Apr 2004 16:20:19 -0000      1.9
@@ -26,12 +26,12 @@
        ControlCentre  *cc = &controlcentre;
        char           *edjefn = malloc(PATH_MAX);
        char           *fontpath = malloc(PATH_MAX);
-       double          edje_w, edje_h;
+       Evas_Coord      edje_w, edje_h;
 
        /* Setup the Window */
        cc->win = ecore_evas_software_x11_new(NULL, 0, 0, 0, 250, 250);
        ecore_evas_title_set(cc->win, "Enotes");
-       ecore_evas_name_class_set (cc->win, "Enotes", "Enotes");
+       ecore_evas_name_class_set(cc->win, "Enotes", "Enotes");
        ecore_evas_borderless_set(cc->win, 1);
        ecore_evas_shaped_set(cc->win, 1);
        ecore_evas_show(cc->win);
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/note.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- note.c      25 Apr 2004 16:25:50 -0000      1.13
+++ note.c      29 Apr 2004 16:20:19 -0000      1.14
@@ -126,7 +126,7 @@
        char           *datestr;
        char           *fcontent;
 
-       double          edje_w, edje_h;
+       Evas_Coord      edje_w, edje_h;
 
        /* Fix Newlines in Content */
        fcontent = fix_newlines(content);
@@ -138,7 +138,7 @@
        /* Setup the Window */
        p->win = ecore_evas_software_x11_new(NULL, 0, 0, 0, width, height);
        ecore_evas_title_set(p->win, "An E-Note");
-       ecore_evas_name_class_set (p->win, "Enotes", "Enotes");
+       ecore_evas_name_class_set(p->win, "Enotes", "Enotes");
        ecore_evas_borderless_set(p->win, 1);
        ecore_evas_shaped_set(p->win, 1);
        ecore_evas_show(p->win);




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to