aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/lldxhardware.h
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/lldxhardware.h
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/lldxhardware.h')
-rw-r--r--linden/indra/llwindow/lldxhardware.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llwindow/lldxhardware.h b/linden/indra/llwindow/lldxhardware.h
index f4f364e..12d106a 100644
--- a/linden/indra/llwindow/lldxhardware.h
+++ b/linden/indra/llwindow/lldxhardware.h
@@ -85,6 +85,7 @@ class LLDXHardware
85{ 85{
86public: 86public:
87 LLDXHardware(); 87 LLDXHardware();
88
88 void setWriteDebugFunc(void (*func)(const char*)); 89 void setWriteDebugFunc(void (*func)(const char*));
89 void cleanup(); 90 void cleanup();
90 91
@@ -100,12 +101,12 @@ public:
100 // Empty strings indicate that you don't care. 101 // Empty strings indicate that you don't care.
101 // You can separate multiple devices with '|' chars to indicate you want 102 // You can separate multiple devices with '|' chars to indicate you want
102 // ANY of them to match and return. 103 // ANY of them to match and return.
103 LLDXDevice *findDevice(const std::string &vendor, const std::string &devices); 104 // LLDXDevice *findDevice(const std::string &vendor, const std::string &devices);
104 105
105 LLString dumpDevices(); 106 // LLString dumpDevices();
106public: 107public:
107 typedef std::map<std::string, LLDXDevice *> device_map_t; 108 typedef std::map<std::string, LLDXDevice *> device_map_t;
108 device_map_t mDevices; 109 // device_map_t mDevices;
109protected: 110protected:
110 S32 mVRAM; 111 S32 mVRAM;
111}; 112};