summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-16 06:47:06 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-06-16 06:47:06 (GMT)
commit58678161dffd48c7ecfaedf8aa8a49ec118defe4 (patch)
treec3522d8465c8e99870cd9912b02cbb0a62b81ad4 /src/eulogium.h
parent149f2a7cd778188f363260df5268e08fbdc43297 (diff)
downloadeulogium-58678161dffd48c7ecfaedf8aa8a49ec118defe4.zip
eulogium-58678161dffd48c7ecfaedf8aa8a49ec118defe4.tar.gz
eulogium-58678161dffd48c7ecfaedf8aa8a49ec118defe4.tar.bz2
[griffin.hmi] disable all dbus calls, add some very initial procedure dbus stuff
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index f46d22f..5ef8468 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -7,6 +7,7 @@
#include <Eldbus.h>
#include <stdint.h>
+#include "eulogium_procedures.h"
#include "eulogium_item_list.h"
enum screen_type {
@@ -99,6 +100,7 @@ struct eulogium_data {
struct dbus_data dbus;
Eina_List *mounts;
void *data;
+ struct procedure_data *procedures;
};
struct button_cb {