aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llui.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llui.h')
-rw-r--r--linden/indra/llui/llui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llui/llui.h b/linden/indra/llui/llui.h
index b806f7a..b78b046 100644
--- a/linden/indra/llui/llui.h
+++ b/linden/indra/llui/llui.h
@@ -222,6 +222,7 @@ typedef enum e_widget_type
222 WIDGET_TYPE_PAD, // used in XML for positioning, not a real widget 222 WIDGET_TYPE_PAD, // used in XML for positioning, not a real widget
223 WIDGET_TYPE_RADIO_GROUP, 223 WIDGET_TYPE_RADIO_GROUP,
224 WIDGET_TYPE_ICON, 224 WIDGET_TYPE_ICON,
225 WIDGET_TYPE_LANDMARK_PICKER,
225 WIDGET_TYPE_LOCATE, // used in XML for positioning, not a real widget 226 WIDGET_TYPE_LOCATE, // used in XML for positioning, not a real widget
226 WIDGET_TYPE_VIEW_BORDER, // decorative border 227 WIDGET_TYPE_VIEW_BORDER, // decorative border
227 WIDGET_TYPE_PANEL, 228 WIDGET_TYPE_PANEL,