mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
config: NOINLINE modifiers_to_str()
This commit is contained in:
parent
f077a2e77a
commit
6911a50df7
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -1767,7 +1767,7 @@ modifiers_disjoint(const struct config_key_modifiers *mods1,
|
||||||
return !(shift || alt || ctrl || super);
|
return !(shift || alt || ctrl || super);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char *
|
static char * NOINLINE
|
||||||
modifiers_to_str(const struct config_key_modifiers *mods)
|
modifiers_to_str(const struct config_key_modifiers *mods)
|
||||||
{
|
{
|
||||||
char *ret = xasprintf(
|
char *ret = xasprintf(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue