Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fm_custom.c e_fm_custom.h 


Log Message:


documentation from brett... tiler can compiler again.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_custom.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_fm_custom.c       24 May 2007 23:28:54 -0000      1.4
+++ e_fm_custom.c       4 Jun 2007 09:48:27 -0000       1.5
@@ -58,6 +58,7 @@
    DAT("g.h", geom.h, EET_T_INT);
    DAT("g.rw", geom.res_w, EET_T_INT);
    DAT("g.rh", geom.res_h, EET_T_INT);
+   DAT("g.s", geom.scale, EET_T_DOUBLE);
    DAT("g.v", geom.valid, EET_T_UCHAR);
    
    DAT("i.t", icon.type, EET_T_INT);
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_custom.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_fm_custom.h       4 May 2007 07:48:48 -0000       1.2
+++ e_fm_custom.h       4 Jun 2007 09:48:27 -0000       1.3
@@ -14,6 +14,7 @@
    struct {
       int            x, y, w, h;
       int            res_w, res_h;
+      double         scale;
       unsigned char  valid;
    } geom;
    struct {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to