]> git.lizzy.rs Git - bspwm.git/commit
Rename node_{manage,unmanage} to node_{add,remove}
authorBastien Dejean <nihilhill@gmail.com>
Mon, 24 Jul 2017 18:39:10 +0000 (20:39 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Mon, 24 Jul 2017 18:39:10 +0000 (20:39 +0200)
commit196610445cf33a49fb7353b645bef5f723a5dbc5
tree647b67806e02fc3db14b98c07e8918cd500c6dee
parent9ea4b012ac28c7975e1b15ab520e11edaf7bd6de
Rename node_{manage,unmanage} to node_{add,remove}

To be consistent with the other *_{add,remove} events.

The insertion point is also now given in third position, because it is
part of the coordinates.
doc/bspwm.1
doc/bspwm.1.asciidoc
src/parse.c
src/subscribe.h
src/window.c