diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-09 11:11:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-09 11:11:42 (GMT) |
commit | 9cbf3bd7e0b72c3e4a5501f3259900b189879371 (patch) | |
tree | d831d38dd2af1d6188356cee7c579905d9b3e85c /macosx/tkMacOSXMouseEvent.c | |
parent | e7eebf080138f25abcec02424972faab9d2d8bd6 (diff) | |
download | tk-9cbf3bd7e0b72c3e4a5501f3259900b189879371.zip tk-9cbf3bd7e0b72c3e4a5501f3259900b189879371.tar.gz tk-9cbf3bd7e0b72c3e4a5501f3259900b189879371.tar.bz2 |
clean-up end-of-line spacing
Diffstat (limited to 'macosx/tkMacOSXMouseEvent.c')
-rw-r--r-- | macosx/tkMacOSXMouseEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index 2b9d0bf..f4bfb44 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -75,7 +75,7 @@ static unsigned int ButtonModifiers2State(UInt32 buttonState, enum { NSWindowWillMoveEventType = 20 }; -/* +/* * In OS X 10.6 an NSEvent of type NSMouseMoved would always have a non-Nil * window attribute when the mouse was inside a window. As of 10.8 this * behavior had changed. The new behavior was that if the mouse were ever |