From a8e4f6b4d4551187a760d2d199a60d0332582aeb Mon Sep 17 00:00:00 2001 From: stanton Date: Thu, 4 Feb 1999 21:01:35 +0000 Subject: * win/tkWinInt.h: * win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins. --- win/tkWinInt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/win/tkWinInt.h b/win/tkWinInt.h index 98d3fb9..40ed5e4 100644 --- a/win/tkWinInt.h +++ b/win/tkWinInt.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinInt.h,v 1.2 1998/09/14 18:24:00 stanton Exp $ + * RCS: @(#) $Id: tkWinInt.h,v 1.3 1999/02/04 21:01:35 stanton Exp $ */ #ifndef _TKWININT @@ -146,6 +146,7 @@ extern int tkpWinRopModes[]; * Internal procedures used by more than one source file. */ +extern void TkWinCancelMouseTimer _ANSI_ARGS_((void)); extern LRESULT CALLBACK TkWinChildProc _ANSI_ARGS_((HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)); extern void TkWinClipboardRender _ANSI_ARGS_((TkDisplay *dispPtr, -- cgit v0.12