mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Minor Setsu Fixes
This commit is contained in:
parent
57b0b683e8
commit
a688974c89
3 changed files with 30 additions and 4 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct setsu_t Setsu;
|
||||
typedef struct setsu_device_t SetsuDevice;
|
||||
typedef int SetsuTrackingId;
|
||||
|
@ -75,4 +79,8 @@ const char *setsu_device_get_path(SetsuDevice *dev);
|
|||
uint32_t setsu_device_get_width(SetsuDevice *dev);
|
||||
uint32_t setsu_device_get_height(SetsuDevice *dev);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue