git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Enabling garbage collection support.
[ITKit.git]
/
ITKeyBroadcaster.h
diff --git
a/ITKeyBroadcaster.h
b/ITKeyBroadcaster.h
old mode 100755
(executable)
new mode 100644
(file)
index
1fed89f
..
8e2aa45
--- a/
ITKeyBroadcaster.h
+++ b/
ITKeyBroadcaster.h
@@
-1,28
+1,19
@@
/*
* ITKit
/*
* ITKit
- *
ITHotKeyBroadcaster
+ *
ITKeyBroadcaster.h
*
*
- * Original Author : Quentin Carnicelli <...>
- * Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
- * Responsibility : Matthew Judy <mjudy@ithinksw.com>
- *
- * Copyright (c) 2002 - 2003 iThink Software.
- * All Rights Reserved
+ * Copyright (c) 2005 iThink Software
*
*/
*
*/
+#import <Cocoa/Cocoa.h>
-#import <AppKit/AppKit.h>
+__private_extern__ NSString *ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo
+@interface ITKeyBroadcaster : NSButton {
-@interface ITKeyBroadcaster : NSButton
-{
}
}
-+ (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers;
-
-
-@end
-
++ (long)cocoaModifiersAsCarbonModifiers:(long)cocoaModifiers;
-__private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo
\ No newline at end of file
+@end
\ No newline at end of file