add missing function documentation

This commit is contained in:
Michael Stapelberg
2011-02-14 23:17:30 +01:00
parent 26a416e016
commit 834f4d7bc2
4 changed files with 28 additions and 1 deletions

View File

@ -99,6 +99,12 @@ void workspace_map_clients(xcb_connection_t *conn, Workspace *ws);
*/
void workspace_update_urgent_flag(Con *ws);
/**
* 'Forces' workspace orientation by moving all cons into a new split-con with
* the same orientation as the workspace and then changing the workspace
* orientation.
*
*/
void ws_force_orientation(Con *ws, orientation_t orientation);
#endif