update comment
This commit is contained in:
parent
dddac55480
commit
76525992cd
1 changed files with 2 additions and 3 deletions
|
@ -361,9 +361,8 @@ Client *Openbox::findClient(Window window)
|
||||||
void Openbox::setFocusedClient(Client *c)
|
void Openbox::setFocusedClient(Client *c)
|
||||||
{
|
{
|
||||||
// sometimes this is called with the already-focused window, this is
|
// sometimes this is called with the already-focused window, this is
|
||||||
// important for the python scripts to work (eg, c = 0 twice, or for the
|
// important for the python scripts to work (eg, c = 0 twice). don't just
|
||||||
// cycling list, it relies on this behavior. don't just return if its already
|
// return if _focused_client == c
|
||||||
// set as focused
|
|
||||||
|
|
||||||
assert(_focused_screen);
|
assert(_focused_screen);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue