add documentation for arrange()

This commit is contained in:
Julien Danjou 2007-10-03 00:33:16 +02:00
parent d193c2471b
commit bf2561a5e8
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
/* extern */
extern Client *clients, *sel; /* global client list */
/** Arrange windows following current selected layout
* \param disp display ref
* \param drawcontext drawcontext ref
* \param awesomeconf awesome config
*/
void
arrange(Display * disp, DC *drawcontext, awesome_config *awesomeconf)
{