diff options
author | Geenz <geenz@geenzo.com> | 2013-01-08 16:22:54 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-08 16:22:54 -0500 |
commit | 09b07e3619a71f142c1a3af41244d756e1230142 (patch) | |
tree | 5474f6c3a557693794714eaa7247a87edb6df8b1 /indra/newview/llappviewermacosx.cpp | |
parent | 9ce3ab1a5248423eeea4d843bfb8407ed62b305e (diff) |
Big change set:
- LLAppDelegate header relocated to LLWindow. Definition is still present in secondlife-bin (for compatibility reasons when loading a nib).
- Return key handling fixed.
- Command key now acts the same as the control key by issuing control character codes when the command key is pressed.
- We now retrieve the window pointer directly from the app delegate in LLWindow.
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index 6e7b91347b..b199405a66 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -31,7 +31,7 @@ #endif #include "llappviewermacosx.h" -#include "llappviewermacosx-objc.h" +#include "llwindowmacosx-objc.h" #include "llcommandlineparser.h" #include "llmemtype.h" |