summaryrefslogtreecommitdiff
path: root/indra/test_apps
diff options
context:
space:
mode:
authorMonroe Linden <monroe@lindenlab.com>2010-09-16 13:29:35 -0700
committerMonroe Linden <monroe@lindenlab.com>2010-09-16 13:29:35 -0700
commitd6f1f79ced7bb7fa0bb70e41c65f7d7de9c7a306 (patch)
treee079e14dfcc0ef2a02310f819a5c032bcd62b6fd /indra/test_apps
parent387011a1ff519d0e339b446ff5d02f0d009b7e5d (diff)
parent34ef02db00024ba82a35d9559393b21d0b19e25b (diff)
Merge of popup-geometry code.
Diffstat (limited to 'indra/test_apps')
-rw-r--r--indra/test_apps/llplugintest/llmediaplugintest.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/test_apps/llplugintest/llmediaplugintest.cpp b/indra/test_apps/llplugintest/llmediaplugintest.cpp
index 1d6ea8e270..1ca328567e 100644
--- a/indra/test_apps/llplugintest/llmediaplugintest.cpp
+++ b/indra/test_apps/llplugintest/llmediaplugintest.cpp
@@ -2218,6 +2218,10 @@ void LLMediaPluginTest::handleMediaEvent(LLPluginClassMedia* self, EMediaEvent e
// TODO: display an actual file picker
self->sendPickFileResponse("cake");
break;
+
+ case MEDIA_EVENT_GEOMETRY_CHANGE:
+ std::cerr << "Media event: MEDIA_EVENT_GEOMETRY_CHANGE, uuid is " << self->getClickUUID() << ", rect is " << self->getGeometryRect() << std::endl;
+ break;
}
}