diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llwindow/llwindow.h | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/llwindow/llwindow.h')
-rw-r--r-- | linden/indra/llwindow/llwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llwindow/llwindow.h b/linden/indra/llwindow/llwindow.h index 1d49572..48ee4d6 100644 --- a/linden/indra/llwindow/llwindow.h +++ b/linden/indra/llwindow/llwindow.h | |||
@@ -73,6 +73,9 @@ enum ECursorType { | |||
73 | UI_CURSOR_TOOLBUY, | 73 | UI_CURSOR_TOOLBUY, |
74 | UI_CURSOR_TOOLPAY, | 74 | UI_CURSOR_TOOLPAY, |
75 | UI_CURSOR_TOOLOPEN, | 75 | UI_CURSOR_TOOLOPEN, |
76 | UI_CURSOR_TOOLPLAY, | ||
77 | UI_CURSOR_TOOLPAUSE, | ||
78 | UI_CURSOR_TOOLMEDIAOPEN, | ||
76 | UI_CURSOR_PIPETTE, | 79 | UI_CURSOR_PIPETTE, |
77 | UI_CURSOR_COUNT // Number of elements in this enum (NOT a cursor) | 80 | UI_CURSOR_COUNT // Number of elements in this enum (NOT a cursor) |
78 | }; | 81 | }; |
@@ -255,7 +258,7 @@ protected: | |||
255 | ESwapMethod mSwapMethod; | 258 | ESwapMethod mSwapMethod; |
256 | BOOL mHideCursorPermanent; | 259 | BOOL mHideCursorPermanent; |
257 | U32 mFlags; | 260 | U32 mFlags; |
258 | F32 mJoyAxis[6]; | 261 | F32 mJoyAxis[8]; |
259 | U8 mJoyButtonState[16]; | 262 | U8 mJoyButtonState[16]; |
260 | U16 mHighSurrogate; | 263 | U16 mHighSurrogate; |
261 | 264 | ||