Author: AlbrechtS
Date: 2010-02-28 05:56:26 -0800 (Sun, 28 Feb 2010)
New Revision: 7174
Log:
Adjusting indentation.
Modified:
branches/branch-1.3/src/Fl_cocoa.mm
Modified: branches/branch-1.3/src/Fl_cocoa.mm
===================================================================
--- branches/branch-1.3/src/Fl_cocoa.mm 2010-02-28 11:10:21 UTC (rev 7173)
+++ branches/branch-1.3/src/Fl_cocoa.mm 2010-02-28 13:56:26 UTC (rev 7174)
@@ -1526,13 +1526,13 @@
// still needed for the system menu.
- (void)sendEvent:(NSEvent *)theEvent
{
- NSEventType type = [theEvent type];
- NSWindow *key = [self keyWindow];
- if (key && type == NSKeyUp) {
- [key sendEvent:theEvent];
- } else {
- [super sendEvent:theEvent];
- }
+ NSEventType type = [theEvent type];
+ NSWindow *key = [self keyWindow];
+ if (key && type == NSKeyUp) {
+ [key sendEvent:theEvent];
+ } else {
+ [super sendEvent:theEvent];
+ }
}
@end
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit