From 20ba24b7415609cbd57927c44f079bab3c911839 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 10 May 2003 22:33:24 +0000 Subject: add autohiding to the slit --- openbox/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/timer.h') diff --git a/openbox/timer.h b/openbox/timer.h index da6c8642..e50ffa8c 100644 --- a/openbox/timer.h +++ b/openbox/timer.h @@ -7,7 +7,7 @@ typedef void (*TimeoutHandler)(void *data); typedef struct Timer { - /*! Milliseconds between timer firings */ + /*! Microseconds between timer firings */ long delay; /*! Callback for timer expiry */ TimeoutHandler action; -- cgit v1.2.3