mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Add width/height to Setsu
This commit is contained in:
parent
38123ea38f
commit
000a125a8d
3 changed files with 15 additions and 12 deletions
|
@ -72,5 +72,7 @@ void setsu_poll(Setsu *setsu, SetsuEventCb cb, void *user);
|
|||
SetsuDevice *setsu_connect(Setsu *setsu, const char *path);
|
||||
void setsu_disconnect(Setsu *setsu, SetsuDevice *dev);
|
||||
const char *setsu_device_get_path(SetsuDevice *dev);
|
||||
uint32_t setsu_device_get_width(SetsuDevice *dev);
|
||||
uint32_t setsu_device_get_height(SetsuDevice *dev);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue