summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2013-06-17 09:26:11 -0400
committerGeenz <geenz@geenzo.com>2013-06-17 09:26:11 -0400
commit440a1ee3bae4ea9553fa57d806f942a472923190 (patch)
tree2f46acd0d86bfe91b46e369d1bf110920936b5e8 /indra/newview
parent93531f3ba85748ba5c9f1d797c4925f55fe8b92c (diff)
Move logic involving the input window to keyDown. Pass input events to the input window from there.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappdelegate-objc.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm
index b4f9c56b00..403c307085 100644
--- a/indra/newview/llappdelegate-objc.mm
+++ b/indra/newview/llappdelegate-objc.mm
@@ -8,7 +8,7 @@
#import "llappdelegate-objc.h"
#include "llwindowmacosx-objc.h"
-#include <Carbon/Carbon.h> // Used for Text Input Services ("Safe" API - it's well supported)
+#include <Carbon/Carbon.h> // Used for Text Input Services ("Safe" API - it's supported)
@implementation LLAppDelegate