From 8129bb7135f2837e5444eb1aaf93da842f542dd2 Mon Sep 17 00:00:00 2001 From: marco candrian Date: Sun, 20 Apr 2008 03:06:00 +0200 Subject: [PATCH] documentation fix on client_settrans Signed-off-by: Julien Danjou --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index f166f5e3..41af51ba 100644 --- a/client.c +++ b/client.c @@ -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