summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorRamzi Linden <ramzi@lindenlab.com>2009-11-20 17:18:46 -0800
committerRamzi Linden <ramzi@lindenlab.com>2009-11-20 17:18:46 -0800
commit3ea3f52aedd1efc568b01c8f618c5bbe805f61db (patch)
tree11790cd07a5ebc39b16c409956d7bf900424f7f1 /indra/llcommon
parent1d5775a23fbcf00ad3e459393a7cf1d80a762bf8 (diff)
parent1d9d099baae1b502f4fae02238330c06bf49adb2 (diff)
merge
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llclickaction.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llcommon/llclickaction.h b/indra/llcommon/llclickaction.h
index 8048724575..d4ffbf8634 100644
--- a/indra/llcommon/llclickaction.h
+++ b/indra/llcommon/llclickaction.h
@@ -33,7 +33,7 @@
#ifndef LL_LLCLICKACTION_H
#define LL_LLCLICKACTION_H
-
+// DO NOT CHANGE THE SEQUENCE OF THIS LIST!!
const U8 CLICK_ACTION_NONE = 0;
const U8 CLICK_ACTION_TOUCH = 0;
const U8 CLICK_ACTION_SIT = 1;
@@ -42,5 +42,6 @@ const U8 CLICK_ACTION_PAY = 3;
const U8 CLICK_ACTION_OPEN = 4;
const U8 CLICK_ACTION_PLAY = 5;
const U8 CLICK_ACTION_OPEN_MEDIA = 6;
-
+const U8 CLICK_ACTION_ZOOM = 7;
+// DO NOT CHANGE THE SEQUENCE OF THIS LIST!!
#endif