diff options
author | Jake Simpson <jake@lindenlab.com> | 2007-04-18 21:08:54 +0000 |
---|---|---|
committer | Jake Simpson <jake@lindenlab.com> | 2007-04-18 21:08:54 +0000 |
commit | 2f438a409e7777020269c73df1b6cae83669e664 (patch) | |
tree | ada6125f611c74283843dedeab981ed538bd8e29 /indra/newview/llviewerstats.h | |
parent | c94062fb5b4d0ddbbd8b623e209d725b50a59851 (diff) |
svn merge -r 59608:60615 svn+ssh://svn.lindenlab.com/svn/linden/branches/jakesbranch --> release
Adding Logitech G15 keyboard and Z10 speaker support for those LCD windows.
Diffstat (limited to 'indra/newview/llviewerstats.h')
-rw-r--r-- | indra/newview/llviewerstats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h index 33ed6bcbcf..f0ef106054 100644 --- a/indra/newview/llviewerstats.h +++ b/indra/newview/llviewerstats.h @@ -137,8 +137,9 @@ public: ST_WINDOW_HEIGHT = 55, ST_TEX_BAKES = 56, ST_TEX_REBAKES = 57, + ST_LOGITECH_LCD = 58, - ST_COUNT = 58 + ST_COUNT = 59 }; |