]> git.sur5r.net Git - i3/i3/commit - src/randr.c
Rename tree_close() to tree_close_internal().
authorIngo Bürk <ingo.buerk@tngtech.com>
Mon, 28 Dec 2015 01:58:35 +0000 (20:58 -0500)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 28 Dec 2015 01:58:35 +0000 (20:58 -0500)
commit0dd71674dea30076f6cda6029f624386acfe015f
treefb71a0fc5699325c494ae88e5e3c502333131455
parentdc463077d62fc7f900b61f228042380623b39cf1
Rename tree_close() to tree_close_internal().

It should be clear for callers of this function that this is an internal
function that skips certain validations which might be important. Therefore
we make it clear that this is an internal function by renaming it.

relates to #1761
include/con.h
include/data.h
include/tree.h
src/commands.c
src/con.c
src/floating.c
src/handlers.c
src/randr.c
src/tree.c
src/workspace.c