diff options
Diffstat (limited to 'docs/sxwm-dev.md')
| -rw-r--r-- | docs/sxwm-dev.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
