summaryrefslogtreecommitdiffstats
path: root/doc/Inactive.3
diff options
context:
space:
mode:
authorculler <culler>2018-04-30 15:58:05 (GMT)
committerculler <culler>2018-04-30 15:58:05 (GMT)
commitbacda395d74d930b467551f8bc9be0148b8a1af1 (patch)
treea8294fe3ccccf9b9362687ba0cca3715ad8ec715 /doc/Inactive.3
parent5b1dbe6e63b1e596db45c65b91940298e55dd973 (diff)
parent6f8b1791a5659b74ebf1dda6c2107dd4bb26cdc1 (diff)
downloadtk-bacda395d74d930b467551f8bc9be0148b8a1af1.zip
tk-bacda395d74d930b467551f8bc9be0148b8a1af1.tar.gz
tk-bacda395d74d930b467551f8bc9be0148b8a1af1.tar.bz2
Fix [6d5042069f]: tk inactive does not work on macOS (tk-6.5 fails)
Diffstat (limited to 'doc/Inactive.3')
-rw-r--r--doc/Inactive.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Inactive.3 b/doc/Inactive.3
index d0fccf1..42ae5b8 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