]> git.sur5r.net Git - i3/i3/commit
Fix restarting with 32bit depth windows (v5)
authorYuxuan Shui <yshuiv7@gmail.com>
Fri, 15 Mar 2013 14:40:26 +0000 (22:40 +0800)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 21 Mar 2013 22:38:09 +0000 (23:38 +0100)
commit5b4ff1804dd640c7ec3694918f4abfa9148f4f0d
treeee6bd785b56c659c5c02695f73ce370a11592288
parent7552a02d5ca5b46b985a89294126782b494e0ec0
Fix restarting with 32bit depth windows (v5)

What I do in this patch is:

1. Split the con_new() function, so I can create a Con without actually
create a window.
2. Store the depth of Cons in the layout file when i3 is restarting.

Fix typos and mis-staged files in previous patch.
include/con.h
include/data.h
src/con.c
src/ipc.c
src/load_layout.c