add documentation for arrange()
This commit is contained in:
parent
d193c2471b
commit
bf2561a5e8
5
layout.c
5
layout.c
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue