summaryrefslogtreecommitdiff
path: root/touch_offload.h
diff options
context:
space:
mode:
Diffstat (limited to 'touch_offload.h')
-rw-r--r--touch_offload.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/touch_offload.h b/touch_offload.h
index a177317..ac49f87 100644
--- a/touch_offload.h
+++ b/touch_offload.h
@@ -67,6 +67,8 @@ struct touch_offload_context {
struct file file;
struct mutex file_lock;
bool file_in_use;
+ bool multiple_panels = false;
+ char device_name[32];
/* touch capabilities */
struct TouchOffloadCaps caps;