mirror of
https://github.com/labwc/labwc.git
synced 2026-02-20 01:40:22 -05:00
Make touch depend on cursor to prevent racing
This commit is contained in:
parent
8d0812d45a
commit
5e1562fae6
5 changed files with 18 additions and 14 deletions
10
include/input/touch.h
Normal file
10
include/input/touch.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_TOUCH_H
|
||||
#define LABWC_TOUCH_H
|
||||
|
||||
struct seat;
|
||||
|
||||
void touch_init(struct seat *seat);
|
||||
void touch_finish(struct seat *seat);
|
||||
|
||||
#endif /* LABWC_TOUCH_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue