aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/lllogitechlcd.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/llwindow/lllogitechlcd.cpp
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/llwindow/lllogitechlcd.cpp')
-rw-r--r--linden/indra/llwindow/lllogitechlcd.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llwindow/lllogitechlcd.cpp b/linden/indra/llwindow/lllogitechlcd.cpp
index 8bd77cb..81e97a0 100644
--- a/linden/indra/llwindow/lllogitechlcd.cpp
+++ b/linden/indra/llwindow/lllogitechlcd.cpp
@@ -47,6 +47,7 @@ extern LLControlGroup gSavedSettings;
47 47
48LLLCDPageGroup::LLLCDPageGroup(CEzLcd *LCD, int type, HICON SLIcon): 48LLLCDPageGroup::LLLCDPageGroup(CEzLcd *LCD, int type, HICON SLIcon):
49mType(type), 49mType(type),
50mHandle(NULL),
50mSLIcon(SLIcon), 51mSLIcon(SLIcon),
51mDisplayPage(false), 52mDisplayPage(false),
52mLCD(LCD) 53mLCD(LCD)
@@ -100,7 +101,9 @@ mDebounceTimer(),
100mPageToShow(-1), 101mPageToShow(-1),
101mInstance(instance), 102mInstance(instance),
102mDestinationLCD(-1), 103mDestinationLCD(-1),
103mFirstTimeThru(true) 104mFirstTimeThru(true),
105mCurrentGroupBeingShown(NULL),
106mSLIcon(NULL)
104{ 107{
105 HRESULT res_ = S_OK; 108 HRESULT res_ = S_OK;
106 109