diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-09 11:13:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-11-09 11:13:11 (GMT) |
commit | 64ca20bda46c8101f58052d41e9d2b1ac534bd77 (patch) | |
tree | 02e4604075ab85c578ae42b1fa6c4180e6da6e03 /macosx/tkMacOSXMouseEvent.c | |
parent | 4f26971bc7867cf39ba20b14e94147b8467b162d (diff) | |
parent | 261bb53daab15af92df93e17164554e89cb92139 (diff) | |
download | tk-64ca20bda46c8101f58052d41e9d2b1ac534bd77.zip tk-64ca20bda46c8101f58052d41e9d2b1ac534bd77.tar.gz tk-64ca20bda46c8101f58052d41e9d2b1ac534bd77.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 4046359..1fdbc52 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 |