summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index fdfc8b3..3cd5250 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -4,6 +4,7 @@
#define _EULOGIUM_H
#include <Evas.h>
+#include <Eldbus.h>
#include <stdint.h>
enum screen_type {
@@ -23,9 +24,16 @@ struct print_data {
float material;
};
+struct dbus_data {
+ Eldbus_Connection *conn;
+ Eldbus_Pending *pending;
+ Eldbus_Proxy *proxy;
+};
+
struct eulogium_data {
Evas_Object *navi;
struct print_data print;
+ struct dbus_data dbus;
void *data;
};