STR #1670: Fixed gcc warning in Mac source code.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5803 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2007-05-06 15:54:07 +00:00
parent 22c55a3ca3
commit 01d6c3b3fc

View File

@ -964,7 +964,7 @@ static pascal OSStatus carbonMouseHandler( EventHandlerCallRef nextHandler, Even
UInt32 chord;
GetEventParameter( event, kEventParamMouseChord, typeUInt32, NULL, sizeof(UInt32), NULL, &chord );
WindowRef xid = fl_xid(window), tempXid;
int sendEvent = 0, part;
int sendEvent = 0, part = 0;
switch ( GetEventKind( event ) )
{
case kEventMouseDown: