[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/utils/charm/trunk/Charm
From:       Mike Arthur <mike () mikearthur ! co ! uk>
Date:       2010-03-12 11:48:14
Message-ID: 1268394494.413822.24769.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1102366 by mikearthur:

Slightly clean up Obj-C definition.

 M  +3 -3      MacCocoaApplication.mm  


--- trunk/playground/utils/charm/trunk/Charm/MacCocoaApplication.mm #1102365:1102366
@@ -25,9 +25,9 @@
 {
     [[NSAutoreleasePool alloc] init];
 
-    m_eventMonitor = [NSEvent addLocalMonitorForEventsMatchingMask:
-                       NSKeyDownMask handler:
-                       ^(NSEvent *incomingEvent) {
+    m_eventMonitor = [NSEvent
+                      addLocalMonitorForEventsMatchingMask:NSKeyDownMask
+                      handler:^(NSEvent *incomingEvent) {
         return cocoaEventFilter(incomingEvent);
     }];
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic