From 723222da1511a3f832e14f89cb143d053f6e6c27 Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Wed, 8 Oct 2025 16:12:44 +0100 Subject: remove/add headers some were unnessiary so i removed them and some had to be added --- docs/sxwm-dev.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/sxwm-dev.md b/docs/sxwm-dev.md index ee75b16..e8e118a 100644 --- a/docs/sxwm-dev.md +++ b/docs/sxwm-dev.md @@ -9,7 +9,7 @@ ## Headers -| Header | Job | +| Header | Job | |------------------------------|--------------------------------------------------------------------------| | `signal.h` | Signal handling functions and definitions | | `unistd.h` | Standard POSIX functionality | @@ -20,9 +20,9 @@ | `X11/extensions/Xinerama.h` | Xinerama extension definitions for multi-monitor setups | | `X11/Xcursor/Xcursor.h` | Modern cursor handling | | `linux/limits.h` | Linux specific limits for various data types | -| | | +| | | | `defs.h` | Custom definitions and macros specific to the application or project | -| `parser.h` | Config file parser components | +| `parser.h` | Config file parser components | ## sxwm.c -- cgit v1.2.3