2016-03-23 20:32:08 +00:00
|
|
|
--- a/src/evdev-tablet.c
|
|
|
|
+++ b/src/evdev-tablet.c
|
2017-06-18 21:20:59 +00:00
|
|
|
@@ -1204,9 +1204,11 @@ static void
|
2016-03-23 20:32:08 +00:00
|
|
|
tablet_mark_all_axes_changed(struct tablet_dispatch *tablet,
|
|
|
|
struct libinput_tablet_tool *tool)
|
|
|
|
{
|
|
|
|
+#if 0
|
|
|
|
static_assert(sizeof(tablet->changed_axes) ==
|
|
|
|
sizeof(tool->axis_caps),
|
|
|
|
"Mismatching array sizes");
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
memcpy(tablet->changed_axes,
|
|
|
|
tool->axis_caps,
|