mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 04:40:25 +01:00
test: make the interfaces static
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f787e8699c
commit
5c03500d8e
4 changed files with 4 additions and 4 deletions
|
|
@ -45,7 +45,7 @@ static void close_restricted(int fd, void *data)
|
|||
close(fd);
|
||||
}
|
||||
|
||||
const struct libinput_interface simple_interface = {
|
||||
static const struct libinput_interface simple_interface = {
|
||||
.open_restricted = open_restricted,
|
||||
.close_restricted = close_restricted,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ static void close_restricted(int fd, void *data)
|
|||
close(fd);
|
||||
}
|
||||
|
||||
const struct libinput_interface simple_interface = {
|
||||
static const struct libinput_interface simple_interface = {
|
||||
.open_restricted = open_restricted,
|
||||
.close_restricted = close_restricted,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ static void close_restricted(int fd, void *data)
|
|||
close(fd);
|
||||
}
|
||||
|
||||
const struct libinput_interface simple_interface = {
|
||||
static const struct libinput_interface simple_interface = {
|
||||
.open_restricted = open_restricted,
|
||||
.close_restricted = close_restricted,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ static void close_restricted(int fd, void *data)
|
|||
close(fd);
|
||||
}
|
||||
|
||||
const struct libinput_interface simple_interface = {
|
||||
static const struct libinput_interface simple_interface = {
|
||||
.open_restricted = open_restricted,
|
||||
.close_restricted = close_restricted,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue