adium 3089:89570b8ba78e: Missed these...
commits at adium.im
commits at adium.im
Tue Dec 29 06:07:38 UTC 2009
details: http://hg.adium.im/adium/rev/89570b8ba78e
revision: 3089:89570b8ba78e
author: Stephen Holt <sholt at adium.im>
date: Tue Dec 29 01:07:15 2009 -0500
Missed these...
diffs (21 lines):
diff -r 86d1432abf47 -r 89570b8ba78e Frameworks/ShortcutRecorder/Source/SRRecorderControl.h
--- a/Frameworks/ShortcutRecorder/Source/SRRecorderControl.h Tue Dec 29 00:36:28 2009 -0500
+++ b/Frameworks/ShortcutRecorder/Source/SRRecorderControl.h Tue Dec 29 01:07:15 2009 -0500
@@ -30,7 +30,7 @@
#pragma mark *** Key Combination Control ***
-- (unsigned int)allowedFlags;
+- (NSUInteger)allowedFlags;
- (void)setAllowedFlags:(NSUInteger)flags;
- (BOOL)allowsKeyOnly;
@@ -40,7 +40,7 @@
- (BOOL)canCaptureGlobalHotKeys;
- (void)setCanCaptureGlobalHotKeys:(BOOL)inState;
-- (unsigned int)requiredFlags;
+- (NSUInteger)requiredFlags;
- (void)setRequiredFlags:(NSUInteger)flags;
- (KeyCombo)keyCombo;
More information about the commits
mailing list