git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updating ITKit with additions to support Haven development.
[ITKit.git]
/
ITKeyBroadcaster.h
diff --git
a/ITKeyBroadcaster.h
b/ITKeyBroadcaster.h
old mode 100755
(executable)
new mode 100644
(file)
index
9e30ed4
..
d94d75e
--- a/
ITKeyBroadcaster.h
+++ b/
ITKeyBroadcaster.h
@@
-1,19
+1,22
@@
-//
-// ITKeyBroadcaster.h
-//
-// Created by Quentin Carnicelli on Sun Aug 03 2003.
-// Copyright (c) 2003 iThink Software. All rights reserved.
-//
+/*
+ * ITKit
+ * ITKeyBroadcaster.h
+ *
+ * Copyright (c) 2005 by iThink Software.
+ * All Rights Reserved.
+ *
+ * $Id$
+ *
+ */
-#import <
AppKit/AppKit
.h>
+#import <
Cocoa/Cocoa
.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