fix documentation
This commit is contained in:
parent
c21a84bed5
commit
901f1da5ca
6
client.c
6
client.c
|
@ -437,12 +437,8 @@ client_manage(Window w, XWindowAttributes *wa, int screen)
|
|||
|
||||
/** Resize client window
|
||||
* \param c client to resize
|
||||
* \param x x coord
|
||||
* \param y y coord
|
||||
* \param w width
|
||||
* \param h height
|
||||
* \param geometry new window geometry
|
||||
* \param sizehints respect size hints
|
||||
* \param volatile_coords register coords in rx/ry/rw/rh
|
||||
* \param return True if resize has been done
|
||||
*/
|
||||
Bool
|
||||
|
|
Loading…
Reference in New Issue