diff options
Diffstat (limited to 'doc/Inactive.3')
-rw-r--r-- | doc/Inactive.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Inactive.3 b/doc/Inactive.3 index 5528fa5..0d2a1b7 100644 --- a/doc/Inactive.3 +++ b/doc/Inactive.3 @@ -14,7 +14,7 @@ Tk_GetUserInactiveTime, Tk_ResetUserInactiveTime \- discover user inactivity tim long \fBTk_GetUserInactiveTime(\fIdisplay\fB)\fR .sp -\fBTk_GetUserInactiveTime(\fIdisplay\fB)\fR +\fBTk_ResetUserInactiveTime(\fIdisplay\fB)\fR .SH ARGUMENTS .AS Display *display .AP Display *display in @@ -26,8 +26,8 @@ reset. \fBTk_GetUserInactiveTime\fR returns the number of milliseconds that have passed since the last user interaction (usually via keyboard or mouse) with the respective display. On systems and displays that do not -support querying the user inactiviy time, \fB\-1\fR is returned. -\fBTk_GetUserInactiveTime\fR resets the user inactivity timer of the +support querying the user inactivity time, \fB\-1\fR is returned. +\fBTk_ResetUserInactiveTime\fR resets the user inactivity timer of the given display to zero. On windowing systems that do not support multiple displays \fIdisplay\fR can be passed as \fBNULL\fR. .SH KEYWORDS |