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 */
|
||||||
extern Client *clients, *sel; /* global client list */
|
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
|
void
|
||||||
arrange(Display * disp, DC *drawcontext, awesome_config *awesomeconf)
|
arrange(Display * disp, DC *drawcontext, awesome_config *awesomeconf)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue