diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llwindow/lldxhardware.h | 7 |
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 | { |
86 | public: | 86 | public: |
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(); |
106 | public: | 107 | public: |
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; |
109 | protected: | 110 | protected: |
110 | S32 mVRAM; | 111 | S32 mVRAM; |
111 | }; | 112 | }; |