mirror of
https://github.com/labwc/labwc.git
synced 2026-02-08 10:06:59 -05:00
input: rename drawing_tablet to tablet
This commit is contained in:
parent
5a93aa3a78
commit
20bba35570
4 changed files with 9 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_DRAWING_TABLET_H
|
||||
#define LABWC_DRAWING_TABLET_H
|
||||
#ifndef LABWC_TABLET_H
|
||||
#define LABWC_TABLET_H
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
struct seat;
|
||||
|
|
@ -20,6 +20,6 @@ struct drawing_tablet {
|
|||
} handlers;
|
||||
};
|
||||
|
||||
void drawing_tablet_setup_handlers(struct seat *seat, struct wlr_input_device *wlr_input_device);
|
||||
void tablet_setup_handlers(struct seat *seat, struct wlr_input_device *wlr_input_device);
|
||||
|
||||
#endif /* LABWC_DRAWING_TABLET_H */
|
||||
#endif /* LABWC_TABLET_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue