summaryrefslogtreecommitdiffstats
path: root/src/eulogium.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eulogium.h')
-rw-r--r--src/eulogium.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/eulogium.h b/src/eulogium.h
index 186258e..f46d22f 100644
--- a/src/eulogium.h
+++ b/src/eulogium.h
@@ -7,6 +7,8 @@
#include <Eldbus.h>
#include <stdint.h>
+#include "eulogium_item_list.h"
+
enum screen_type {
NONE,
FUNC,
@@ -114,7 +116,8 @@ struct button_def {
struct menu_entry_def {
const char *icon;
const char *label;
- Eina_Bool end;
+ struct list_item item;
+ Eina_Bool *end; /* remove me */
const char *footer; /* Primary footer */
const char *footer_alt; /* Alternating footer */
Ecore_Timer *toggle_timer;