mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main/client: add a version feature flag for cursor-shape
This commit is contained in:
parent
6388954e8f
commit
a361d7917b
3 changed files with 13 additions and 2 deletions
|
|
@ -46,3 +46,12 @@ static inline bool feature_fractional_scaling(void)
|
|||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
static inline bool feature_cursor_shape(void)
|
||||
{
|
||||
#if defined(HAVE_CURSOR_SHAPE)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue