prepare to work in backward-comaptible mode

This commit is contained in:
Denis 2024-01-15 02:32:21 +01:00
parent 1866d65b9e
commit 35bbaa4f2d
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
3 changed files with 54 additions and 7 deletions

View file

@ -113,6 +113,7 @@ typedef struct ev_callbacks {
typedef struct timer_filters {
char name[128];
uint64_t ticktime_ms;
uint64_t ticktime_ns;
} timer_filters_t;
typedef struct input_dev {