mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:50:37 +00:00
Document. Fix up NSDebugLogs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14727 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
31a22a7150
commit
356a824ea8
24 changed files with 199 additions and 159 deletions
|
@ -2388,7 +2388,7 @@ static SEL getSel;
|
|||
switch ([theEvent type])
|
||||
{
|
||||
case NSPeriodic:
|
||||
NSDebugLog(@"NSMatrix: got NSPeriodic event\n");
|
||||
NSDebugLLog(@"NSMatrix", @"matrix: got NSPeriodic event\n");
|
||||
shouldProceedEvent = YES;
|
||||
break;
|
||||
|
||||
|
@ -2397,7 +2397,7 @@ static SEL getSel;
|
|||
case NSLeftMouseDown:
|
||||
default:
|
||||
shouldProceedEvent = YES;
|
||||
NSDebugLog(@"NSMatrix: got event of type: %d\n",
|
||||
NSDebugLLog(@"NSMatrix", @"matrix: got event of type: %d\n",
|
||||
[theEvent type]);
|
||||
ASSIGN(lastEvent, theEvent);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue