summaryrefslogtreecommitdiff
path: root/indra/llwindow/llopenglview-objc.h
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2013-07-11 18:59:28 -0400
committerGeenz <geenz@geenzo.com>2013-07-11 18:59:28 -0400
commit72bb473c9ed106cce6baf22ac74a13443d4630e8 (patch)
treee26976648a31a19ba3dd1e1c97cd2ddd03ff5537 /indra/llwindow/llopenglview-objc.h
parent6fbafaf056d61ab0ab49cc16a998a528f0ea22e8 (diff)
Ensure that the correct method is called when we're simulating a right click.
Diffstat (limited to 'indra/llwindow/llopenglview-objc.h')
-rw-r--r--indra/llwindow/llopenglview-objc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llopenglview-objc.h b/indra/llwindow/llopenglview-objc.h
index f895aae577..71149f8561 100644
--- a/indra/llwindow/llopenglview-objc.h
+++ b/indra/llwindow/llopenglview-objc.h
@@ -41,6 +41,7 @@
bool mHasMarkedText;
unsigned int mMarkedTextLength;
bool mMarkedTextAllowed;
+ bool mSimulatedRightClick;
}
- (id) initWithSamples:(NSUInteger)samples;
- (id) initWithSamples:(NSUInteger)samples andVsync:(BOOL)vsync;