This commit is contained in:
Enrico Weigelt 2025-07-04 11:08:51 -07:00 committed by GitHub
commit 173b97b723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -830,7 +830,7 @@ get_event_size(enum xf86ITEventType type)
case XF86IT_EVENT_GESTURE_PINCH: return sizeof(xf86ITEventGesturePinch);
case XF86IT_EVENT_GESTURE_SWIPE: return sizeof(xf86ITEventGestureSwipe);
}
abort();
FatalError("xf86-input-inputtest: get_event_size() got undefined event type %d\n", (int)type);
}
static void