Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2011-08-26 03:18:16 +02:00
3 changed files with 19 additions and 1 deletions

View File

@ -68,6 +68,12 @@ bool con_is_floating(Con *con);
*/
Con *con_inside_floating(Con *con);
/**
* Checks if the given container is inside a focused container.
*
*/
Con *con_inside_focused(Con *con);
/**
* Returns the container with the given client window ID or NULL if no such
* container exists.