diff options
author | Armin Weatherwax | 2011-03-21 16:30:09 +0100 |
---|---|---|
committer | Armin Weatherwax | 2011-03-22 11:42:21 +0100 |
commit | bb470dd0875458ee20089d97d4cc6d6d1e1545e1 (patch) | |
tree | 5c184a55720adb1083bf2297f8af7b2185009877 /linden/indra/newview/llpanelaudioprefs.h | |
parent | several embedded browser proxy fixes and one small cookie fix (diff) | |
download | meta-impy-bb470dd0875458ee20089d97d4cc6d6d1e1545e1.zip meta-impy-bb470dd0875458ee20089d97d4cc6d6d1e1545e1.tar.gz meta-impy-bb470dd0875458ee20089d97d4cc6d6d1e1545e1.tar.bz2 meta-impy-bb470dd0875458ee20089d97d4cc6d6d1e1545e1.tar.xz |
allow interaction with parcel web media
* the media face gets focus on click and you can interact with mouse and keyboard with it -
just as you would expect it to work in the first place anyway.
* added a checkbox in prefs audio & video for what I call "media helper widget" which allows zooming on
the face, open the link in a browser window and such - the name of the LL debug setting is a bit misleading
("MediaOnAPrimUI"), since this is not MOAP I avoided that name.
Diffstat (limited to 'linden/indra/newview/llpanelaudioprefs.h')
-rw-r--r-- | linden/indra/newview/llpanelaudioprefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelaudioprefs.h b/linden/indra/newview/llpanelaudioprefs.h index 21d2f59..56982b8 100644 --- a/linden/indra/newview/llpanelaudioprefs.h +++ b/linden/indra/newview/llpanelaudioprefs.h | |||
@@ -75,6 +75,7 @@ private: | |||
75 | 75 | ||
76 | BOOL mPreviousStreamingMusic; | 76 | BOOL mPreviousStreamingMusic; |
77 | BOOL mPreviousStreamingVideo; | 77 | BOOL mPreviousStreamingVideo; |
78 | BOOL mPreviousHelperWidget; | ||
78 | BOOL mPreviousMuteAudio; | 79 | BOOL mPreviousMuteAudio; |
79 | BOOL mPreviousMuteWhenMinimized; | 80 | BOOL mPreviousMuteWhenMinimized; |
80 | }; | 81 | }; |