From: Michael Stapelberg Date: Wed, 19 Aug 2009 12:07:52 +0000 (+0200) Subject: Document new files in the hacking howto X-Git-Tag: 3.c~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7469e35a8ba1aee5b106a8f9526f444b69ce95c7;p=i3%2Fi3 Document new files in the hacking howto --- diff --git a/docs/hacking-howto b/docs/hacking-howto index 22649c38..3a448537 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -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.