diff options
author | stanton <stanton@noemail.net> | 1999-02-04 21:01:35 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-02-04 21:01:35 (GMT) |
commit | ea878bdda537b9ffa62808e42fa332f74534618a (patch) | |
tree | 8a0c401e8b7537795c639755cf1a1c142f50f036 /win/tkWinInt.h | |
parent | ab3fdd5a9c15be309d5d7bae8c667efc44d0a867 (diff) | |
download | tk-ea878bdda537b9ffa62808e42fa332f74534618a.zip tk-ea878bdda537b9ffa62808e42fa332f74534618a.tar.gz tk-ea878bdda537b9ffa62808e42fa332f74534618a.tar.bz2 |
* win/tkWinInt.h:
* win/tkWinPointer.c: Changed to cancel the mouse timer when a
user initiated move/resize loop begins.
FossilOrigin-Name: 03e9352f629f6b526bca229fe18891edab016231
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r-- | win/tkWinInt.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |