diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-21 12:14:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-21 12:14:16 (GMT) |
commit | 367c0017115f5d49df42aa386b08064b12147602 (patch) | |
tree | de0b6542781213b1ea4e77b91638f0e497ec5955 /generic/tkPointer.c | |
parent | 2d0096fbca6ae857e2d6711e058ca49ea3391e44 (diff) | |
download | tk-367c0017115f5d49df42aa386b08064b12147602.zip tk-367c0017115f5d49df42aa386b08064b12147602.tar.gz tk-367c0017115f5d49df42aa386b08064b12147602.tar.bz2 |
Tiny whitespace changes for readability improvement.
Diffstat (limited to 'generic/tkPointer.c')
-rw-r--r-- | generic/tkPointer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkPointer.c b/generic/tkPointer.c index f107f53..70bf087 100644 --- a/generic/tkPointer.c +++ b/generic/tkPointer.c @@ -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: tkPointer.c,v 1.14 2010/02/13 13:47:49 nijtmans Exp $ + * RCS: @(#) $Id: tkPointer.c,v 1.15 2010/02/21 12:14:16 dkf Exp $ */ #include "tkInt.h" @@ -56,7 +56,7 @@ static Tcl_ThreadDataKey dataKey; static int GenerateEnterLeave(TkWindow *winPtr, int x, int y, int state); -static void InitializeEvent(XEvent* eventPtr, TkWindow *winPtr, +static void InitializeEvent(XEvent *eventPtr, TkWindow *winPtr, int type, int x, int y, int state, int detail); static void UpdateCursor(TkWindow *winPtr); |