]> git.sur5r.net Git - i3/i3/commit
Add the "created" parameter to workspace_get.
authorFernando Tarlá Cardoso Lemos <fernandotcl@gmail.com>
Sun, 13 Mar 2011 23:56:04 +0000 (20:56 -0300)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 16:07:53 +0000 (17:07 +0100)
commitb4e3dfd76b303f654fa8b6007138ad7657146670
treeb0ec3e57cd6d6f4ed928aa55fa4d13691eda315c
parentb8a716c370a107ed7186f95ce3bf77c253ede53a
Add the "created" parameter to workspace_get.

If created is not NULL, *created is set to whether or not the
workspace has been just created.
include/workspace.h
src/cmdparse.y
src/manage.c
src/workspace.c