summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index d8898162d11..c12fd6c3fe1 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -244,6 +244,8 @@ struct xi_device_t
#ifdef HAVE_XINPUT2_2
struct xi_touch_point_t *touchpoints;
#endif
+
+ Lisp_Object name;
};
#endif