From 3da89acb4dbbb6dc09c0d315d74cdefc473c1e29 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 4 Jun 2007 09:48:28 +0000 Subject: [PATCH] documentation from brett... tiler can compiler again. SVN revision: 30221 --- src/bin/e_fm_custom.c | 1 + src/bin/e_fm_custom.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/bin/e_fm_custom.c b/src/bin/e_fm_custom.c index 1805a82..371cd7e 100644 --- a/src/bin/e_fm_custom.c +++ b/src/bin/e_fm_custom.c @@ -58,6 +58,7 @@ e_fm2_custom_file_init(void) 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); diff --git a/src/bin/e_fm_custom.h b/src/bin/e_fm_custom.h index 51def02..c96bfa9 100644 --- a/src/bin/e_fm_custom.h +++ b/src/bin/e_fm_custom.h @@ -14,6 +14,7 @@ struct _E_Fm2_Custom_File struct { int x, y, w, h; int res_w, res_h; + double scale; unsigned char valid; } geom; struct { -- 2.7.4