aboutsummaryrefslogtreecommitdiffstats
path: root/src/runxdg.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runxdg.hpp')
-rw-r--r--src/runxdg.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/runxdg.hpp b/src/runxdg.hpp
index ce0c016..3a51c58 100644
--- a/src/runxdg.hpp
+++ b/src/runxdg.hpp
@@ -30,6 +30,7 @@
#include <gio/gio.h>
#include <ilm/ilm_control.h>
+#include <ilm/ilm_input.h>
#include <libwindowmanager.h>
#include <libhomescreen.hpp>
@@ -149,7 +150,9 @@ class RunXDG
LibHomeScreen *m_hs;
ILMControl *m_ic;
- std::map<int, int> m_surfaces; // pair of <afm:rid, ivi:id>
+ t_ilm_surface m_ivi_id;
+
+ std::map<int, int> m_surfaces; // pair of <afm:rid, ivi:id>
bool m_pending_create = false;
@@ -158,7 +161,7 @@ class RunXDG
int parse_config(const char *file);
- void setup_surface(int id);
+ void setup_surface(void);
};
#endif // RUNXDG_HPP