mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-04 22:30:42 +02:00
test: bcm5974: down should be marked as static
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e7572274df
commit
22a06792b1
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ static void litest_bcm5974_setup(void)
|
|||
litest_set_current_device(d);
|
||||
}
|
||||
|
||||
struct input_event down[] = {
|
||||
static struct input_event down[] = {
|
||||
{ .type = EV_ABS, .code = ABS_X, .value = LITEST_AUTO_ASSIGN },
|
||||
{ .type = EV_ABS, .code = ABS_Y, .value = LITEST_AUTO_ASSIGN },
|
||||
{ .type = EV_ABS, .code = ABS_PRESSURE, .value = 30 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue