mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Make implementation function lists static const
This requires a change to the type of `struct wlr_tablet` and `wlr_tablet_init` signature, both of which are part of the unstable API.
This commit is contained in:
parent
b6dea80907
commit
a290d7a78d
15 changed files with 31 additions and 31 deletions
|
|
@ -87,7 +87,7 @@ static int backend_get_drm_fd(struct wlr_backend *backend) {
|
|||
}
|
||||
}
|
||||
|
||||
static struct wlr_backend_impl backend_impl = {
|
||||
static const struct wlr_backend_impl backend_impl = {
|
||||
.start = backend_start,
|
||||
.destroy = backend_destroy,
|
||||
.get_renderer = backend_get_renderer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue