docs: update

This commit is contained in:
Dylan Araps
2019-10-16 09:16:11 +03:00
parent 41ad0ff832
commit 19e3078aea

4
sowm.c
View File

@@ -545,8 +545,8 @@ int xerror() { return 0; }
keybindings, setting some globals and starting the keybindings, setting some globals and starting the
event loop. event loop.
There's no 'XClosDisplay' or clean up as the only way There's no 'XCloseDisplay' or clean up as the only
to exit this window manager is to kill the process. way to exit this window manager is to kill the process.
This fires up Xorg's internal clean up which covers This fires up Xorg's internal clean up which covers
everything allocated and executed here. It's free! everything allocated and executed here. It's free!