summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-17 06:16:02 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-17 06:16:02 (GMT)
commit3c4628905960bf3217f84f81f3c213bd15be695c (patch)
treee5395c7dc38022fda4422c8e376f43ce65ff113d /src/eulogium.h
parent58678161dffd48c7ecfaedf8aa8a49ec118defe4 (diff)
downloadeulogium-3c4628905960bf3217f84f81f3c213bd15be695c.zip
eulogium-3c4628905960bf3217f84f81f3c213bd15be695c.tar.gz
eulogium-3c4628905960bf3217f84f81f3c213bd15be695c.tar.bz2
[griffin.hmi] get procedures to compile
this is a broken commit, procedures are broken and compiling is broken atm. This is a wip commit. Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h17
1 files changed, 3 insertions, 14 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 5ef8468..a90548f 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -3,12 +3,13 @@
#ifndef _EULOGIUM_H
#define _EULOGIUM_H
-#include <Evas.h>
+#include <Eeze_Disk.h>
#include <Eldbus.h>
+#include <Evas.h>
#include <stdint.h>
-#include "eulogium_procedures.h"
#include "eulogium_item_list.h"
+#include "procedures.h"
enum screen_type {
NONE,
@@ -56,18 +57,6 @@ struct printer_data {
double bed_target_temp;
};
-struct print_data {
- uint_fast32_t time;
- double progress;
- char *file;
- char *name;
- Eina_Bool name_changed;
- char *flags;
- double material;
- Eina_Bool block;
- Eina_Bool block_active;
-};
-
enum proxy_idx {
PRINTER,
LED,