Document new files in the hacking howto
This commit is contained in:
parent
c10ff34ae7
commit
7469e35a8b
|
@ -127,6 +127,9 @@ src/handlers.c::
|
||||||
Contains all handlers for all kind of X events (new window title, new hints,
|
Contains all handlers for all kind of X events (new window title, new hints,
|
||||||
unmapping, key presses, button presses, …).
|
unmapping, key presses, button presses, …).
|
||||||
|
|
||||||
|
src/ipc.c::
|
||||||
|
Contains code for the IPC interface.
|
||||||
|
|
||||||
src/layout.c::
|
src/layout.c::
|
||||||
Renders your layout (screens, workspaces, containers).
|
Renders your layout (screens, workspaces, containers).
|
||||||
|
|
||||||
|
@ -149,6 +152,9 @@ Manages the most important internal data structure, the design table.
|
||||||
src/util.c::
|
src/util.c::
|
||||||
Contains useful functions which are not really dependant on anything.
|
Contains useful functions which are not really dependant on anything.
|
||||||
|
|
||||||
|
src/workspace.c::
|
||||||
|
Contains all functions related to workspaces (displaying, hiding, renaming…)
|
||||||
|
|
||||||
src/xcb.c::
|
src/xcb.c::
|
||||||
Contains wrappers to use xcb more easily.
|
Contains wrappers to use xcb more easily.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue