summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-01 20:50:42 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:13 (GMT)
commitffeac9fdbb1f883f78e304b773d8ac0828dc996b (patch)
tree3207c2d044e3f32c13649722b90bf206f6b06c9f /src/eulogium.h
parentf9bd0b85d323f93e8845a87d4cefa41441b342e4 (diff)
downloadeulogium-ffeac9fdbb1f883f78e304b773d8ac0828dc996b.zip
eulogium-ffeac9fdbb1f883f78e304b773d8ac0828dc996b.tar.gz
eulogium-ffeac9fdbb1f883f78e304b773d8ac0828dc996b.tar.bz2
parametize more, replace table with box, add a header to the sd card list
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index abd4bd0..f9c9282 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -5,9 +5,11 @@
struct print_data {
Evas_Object *progress;
- char *status; /* TODO probably an enum for this */
+ Evas_Object *status;
+ Evas_Object *time;
const char *file;
const char *name;
+ float material;
};
struct eulogium_data {