summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:32:09 (GMT)
committerdas <das>2008-06-12 06:32:09 (GMT)
commit441499b8ad2e4ecf4c08e3fc7dbe06553b0d9265 (patch)
tree3f447f92b77d6e4a197a597e27c5e11da333adc2 /macosx
parentd638864d099f5c37dbaeeda18fa2d13e9afc240b (diff)
downloadtk-441499b8ad2e4ecf4c08e3fc7dbe06553b0d9265.zip
tk-441499b8ad2e4ecf4c08e3fc7dbe06553b0d9265.tar.gz
tk-441499b8ad2e4ecf4c08e3fc7dbe06553b0d9265.tar.bz2
* macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use UsrActivity
instead of OverallAct (which may be ignored in some circumstances).
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXXStubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXXStubs.c b/macosx/tkMacOSXXStubs.c
index 3f9c038..706c175 100644
--- a/macosx/tkMacOSXXStubs.c
+++ b/macosx/tkMacOSXXStubs.c
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.27 2008/05/03 21:12:55 das Exp $
+ * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.28 2008/06/12 06:32:11 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -1306,5 +1306,5 @@ void
Tk_ResetUserInactiveTime(
Display *dpy)
{
- UpdateSystemActivity(OverallAct);
+ UpdateSystemActivity(UsrActivity);
}