summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-11 14:45:28 +0100
committerAbhinav Prasai <abhinav.prsai@gmail.com>2025-10-11 14:45:28 +0100
commit52abc8da0d34e56743e51084004347dc5223645f (patch)
treef83891c51133dacbe16ec7a4ab41f297749f6497 /docs
parent09543f1e486babb31d684db63d2667147a3d5e30 (diff)
add extern.h, remove useless macros, clean up defs.h
Diffstat (limited to 'docs')
-rw-r--r--docs/sxwm-dev.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sxwm-dev.md b/docs/sxwm-dev.md
index 7fb7e93..c5ae662 100644
--- a/docs/sxwm-dev.md
+++ b/docs/sxwm-dev.md
@@ -23,6 +23,7 @@
| `linux/limits.h` | Linux specific limits for various data types |
| | |
| `defs.h` | Project structs, macros, constants |
+| `extern.h` | External functions to call to control wm |
| `parser.h` | Config file parser components |
## sxwm.c