mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
input: handle tablet tool creation internally
No need anymore to expose this function.
This commit is contained in:
parent
6f6fcbc2e1
commit
bdd1b8dc60
2 changed files with 3 additions and 4 deletions
|
|
@ -49,7 +49,6 @@ struct drawing_tablet {
|
|||
void tablet_init(struct seat *seat);
|
||||
void tablet_finish(struct seat *seat);
|
||||
void tablet_create(struct seat *seat, struct wlr_input_device *wlr_input_device);
|
||||
void tablet_tool_create(struct seat *seat, struct wlr_tablet_tool *wlr_tablet_tool);
|
||||
bool tablet_tool_has_focused_surface(struct seat *seat);
|
||||
|
||||
#endif /* LABWC_TABLET_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue