mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
features: add +/-system-bell to version output
This commit is contained in:
parent
2a07a2e6b9
commit
aeb28e33fa
3 changed files with 15 additions and 3 deletions
|
|
@ -46,3 +46,12 @@ static inline bool feature_xdg_toplevel_icon(void)
|
|||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
static inline bool feature_xdg_system_bell(void)
|
||||
{
|
||||
#if defined(HAVE_XDG_SYSTEM_BELL)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue