wvkbd

git clone https://git.tarina.org/wvkbd
Log | Files | Refs | README | LICENSE

commit a38ec393b5cca1a78a797a2eeb2c22ce6f291841
parent b5ec76882228ed6eece719f63d4120df2a10d5da
Author: Stacy Harper <contact@stacyharper.net>
Date:   Wed, 25 Aug 2021 23:52:08 +0200

Add missing config.def.h

Diffstat:
M.gitignore | 2+-
Aconfig.def.h | 7+++++++
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -6,4 +6,4 @@ include/config.h .gdb_history *.log wvkbd -config.def.h +config.h diff --git a/config.def.h b/config.def.h @@ -0,0 +1,7 @@ +#ifndef config_def_h_INCLUDED +#define config_def_h_INCLUDED + +static const char *default_font = "Monospace 15"; + +#endif // config_def_h_INCLUDED +