diff options
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index 7465788..c1151bf 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tk.decls,v 1.26 2004/03/17 18:15:42 das Exp $ +# RCS: @(#) $Id: tk.decls,v 1.27 2005/05/27 23:14:28 dkf Exp $ library tk @@ -1262,6 +1262,13 @@ declare 268 generic { int Tk_PhotoSetSize(Tcl_Interp *interp, Tk_PhotoHandle handle, int width, int height) } +# TIP#245 +declare 269 generic { + long Tk_GetUserInactiveTime(Display *dpy) +} +declare 270 generic { + void Tk_ResetUserInactiveTime(Display *dpy) +} # Define the platform specific public Tk interface. These functions are # only available on the designated platform. |