]> git.sur5r.net Git - i3/i3/commitdiff
hacking-howto: rendering (INCOMPLETE)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Aug 2011 08:57:39 +0000 (10:57 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Nov 2011 21:04:29 +0000 (21:04 +0000)
docs/hacking-howto

index b1d7acbc1cca0fc0f72a53f4221163607293f159..8904c3b249ef1673d7fddcee0b2b88bd461b873d 100644 (file)
@@ -475,6 +475,11 @@ time, but we will update this soon. Please talk to us on IRC if you need to
 know stuff *NOW* :).
 *********************************************************************************
 
+Rendering in i3 version 4 is the step which assigns the correct sizes for
+borders, decoration windows, child windows and the stacking order of all
+windows. In a separate step (+x_push_changes()+), these changes are pushed to
+X11.
+
 /////////////////////////////////////////////////////////////////////////////////