summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorGravatar Hiltjo Posthuma 2015-09-27 23:02:33 +0200
committerGravatar Hiltjo Posthuma 2015-09-27 23:02:33 +0200
commitbc20c13db0fdb73a5ef2c0d4b791e05e3f324aba (patch)
tree00ccf5df5231714e902ef121fde29fdd080d6138 /config.def.h
parentconfig.mk: fix _XOPEN_SOURCE=700 for getline() (diff)
separate program-specific c99 bool and X11
True, False are X11-specific, make sure to use c99 stdbool for program-specific things. ... also remove left-over vim mode string in config.
Diffstat (limited to '')
-rw-r--r--config.def.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 4e5e3e7..bc2dc40 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,9 +1,7 @@
/* See LICENSE file for copyright and license details. */
-/* vim: expandtab
- */
-/* Default settings; can be overrided by command line. */
+/* Default settings; can be overriden by command line. */
-static Bool topbar = True; /* -b option; if False, dmenu appears at bottom */
+static bool topbar = true; /* -b option; if False, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"monospace:size=10"
submodule command at: ln:29: and: Jenkinsfile will use the git submodule sync command. This will ensure the agent's repository is correctly configured before fetching the submodule code: at: ln:9-17 2025-07-23Attempt to patch CI pipeline: Dockerfile will now be selfcontained, and ↵Gravatar Andrew D. France 2-32/+43 thus, will init .gitmodules: ln:10 removed from original Jenkinsfile 2025-07-23CRITICAL ISSUE: Deleting lib/ files has introduced the issue of actually ↵Gravatar Andrew D. France 1-38/+25 automating the module initialization via jenkins: DEBUG VERSION: Jenkinsfile 2025-07-23CRITICAL FOR TESTING: This copies the entire Jenkins workspace (including ↵Gravatar Andrew D. France 2-9/+7 the populated lib/ directory from the submodules) into the running container, ensuring all the required source files are available for the build process.