summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2013-01-23 11:01:47 -0500
committerGeenz <geenz@geenzo.com>2013-01-23 11:01:47 -0500
commitab4af5d564c2e54a087967f352b09f4ebc55cab3 (patch)
tree142f12acea01ace88712b8803db8db0dd8096ba2 /indra/newview
parentc52e6f9c597c67637045134d808a9039f85efc5c (diff)
Readd event handling for application focus.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappdelegate-objc.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm
index 9bb10f3204..9e0e0e35c5 100644
--- a/indra/newview/llappdelegate-objc.mm
+++ b/indra/newview/llappdelegate-objc.mm
@@ -31,12 +31,12 @@
- (void) applicationDidBecomeActive:(NSNotification *)notification
{
-
+ callWindowFocus();
}
- (void) applicationDidResignActive:(NSNotification *)notification
{
-
+ callWindowUnfocus();
}
- (NSApplicationDelegateReply) applicationShouldTerminate:(NSApplication *)sender