mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-22 06:59:44 -05:00
types/wlr_tablet_pad: constify impl
This commit is contained in:
parent
511f137f8f
commit
f1181c34ed
3 changed files with 3 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include <wlr/types/wlr_tablet_pad.h>
|
||||
|
||||
void wlr_tablet_pad_init(struct wlr_tablet_pad *pad,
|
||||
struct wlr_tablet_pad_impl *impl, const char *name) {
|
||||
const struct wlr_tablet_pad_impl *impl, const char *name) {
|
||||
wlr_input_device_init(&pad->base, WLR_INPUT_DEVICE_TABLET_PAD, NULL, name);
|
||||
pad->base.tablet_pad = pad;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue