about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStacy Harper <contact@stacyharper.net>2021-08-25 23:52:08 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commit9e476e7f095feb68ac93273351c03e95fd81b3cf (patch)
tree1c1ff7ec30ff454cf41b69d793b8abe0a0c2dc20
parent70d9fd74be679281c9f2e66069cd4b1e4a0fea0a (diff)
downloadsuggpicker-9e476e7f095feb68ac93273351c03e95fd81b3cf.tar.gz
Add missing config.def.h
-rw-r--r--.gitignore2
-rw-r--r--config.def.h7
2 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d86ee5f..fddd038 100644
--- 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
new file mode 100644
index 0000000..266ba81
--- /dev/null
+++ 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
+