summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-04 21:01:35 (GMT)
committerstanton <stanton>1999-02-04 21:01:35 (GMT)
commita8e4f6b4d4551187a760d2d199a60d0332582aeb (patch)
tree8a0c401e8b7537795c639755cf1a1c142f50f036 /win/tkWinInt.h
parent38b51d80dba14cfd477100179e8e5daabee5b578 (diff)
downloadtk-a8e4f6b4d4551187a760d2d199a60d0332582aeb.zip
tk-a8e4f6b4d4551187a760d2d199a60d0332582aeb.tar.gz
tk-a8e4f6b4d4551187a760d2d199a60d0332582aeb.tar.bz2
* win/tkWinInt.h:
* win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins.
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h3
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,