summaryrefslogtreecommitdiff
path: root/indra/llwindow/llopenglview-objc.h
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/llwindow/llopenglview-objc.h
parent93531f3ba85748ba5c9f1d797c4925f55fe8b92c (diff)
Move logic involving the input window to keyDown. Pass input events to the input window from there.
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
-rw-r--r--indra/llwindow/llopenglview-objc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h
index 5309dea664..d4207d598a 100644
--- a/indra/llwindow/llopenglview-objc.h
+++ b/indra/llwindow/llopenglview-objc.h
@@ -6,6 +6,9 @@
//
//
+#ifndef LLOpenGLView_H
+#define LLOpenGLView_H
+
#import <Cocoa/Cocoa.h>
#import <IOKit/IOKitLib.h>
#import <CoreFoundation/CFBase.h>
@@ -85,3 +88,5 @@
- (NSPoint)flipPoint:(NSPoint)aPoint;
@end
+
+#endif \ No newline at end of file