]> git.sur5r.net Git - i3/i3/commitdiff
Document new files in the hacking howto
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Aug 2009 12:07:52 +0000 (14:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 19 Aug 2009 12:07:52 +0000 (14:07 +0200)
docs/hacking-howto

index 22649c38b9faea189263494dc1bf11d4a7af0c84..3a448537ab7ce023b2794387854bc505a9585175 100644 (file)
@@ -127,6 +127,9 @@ src/handlers.c::
 Contains all handlers for all kind of X events (new window title, new hints,
 unmapping, key presses, button presses, â€¦).
 
+src/ipc.c::
+Contains code for the IPC interface.
+
 src/layout.c::
 Renders your layout (screens, workspaces, containers).
 
@@ -149,6 +152,9 @@ Manages the most important internal data structure, the design table.
 src/util.c::
 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::
 Contains wrappers to use xcb more easily.