documentation fix on client_settrans

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-04-20 03:06:00 +02:00 committed by Julien Danjou
parent 7cad52aa01
commit 8129bb7135
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ client_isvisible(Client *c, int screen)
}
/** Set the transparency of the selected client.
* Argument should be a floating between 0 and 100, -1 to disable.
* Argument should be an absolut or relativ floating between 0.0 and 1.0
* \param screen Screen ID
* \param arg unused arg
* \ingroup ui_callback