summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:36:03 (GMT)
committerdas <das>2008-06-12 06:36:03 (GMT)
commit99dea7da397c5c4a72ba038aa9924dcce62c1fac (patch)
tree27a6046e27c2103d99139589c6465be3553bad8d /macosx
parentfbe113a70286094af00178399cb9c886070667e8 (diff)
downloadtk-99dea7da397c5c4a72ba038aa9924dcce62c1fac.zip
tk-99dea7da397c5c4a72ba038aa9924dcce62c1fac.tar.gz
tk-99dea7da397c5c4a72ba038aa9924dcce62c1fac.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 f7f0f8a..ff25774 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.25.2.1 2008/05/03 21:09:16 das Exp $
+ * RCS: @(#) $Id: tkMacOSXXStubs.c,v 1.25.2.2 2008/06/12 06:36:07 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -1306,5 +1306,5 @@ void
Tk_ResetUserInactiveTime(
Display *dpy)
{
- UpdateSystemActivity(OverallAct);
+ UpdateSystemActivity(UsrActivity);
}