aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/lldxhardware.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llwindow/lldxhardware.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to 'linden/indra/llwindow/lldxhardware.h')
-rw-r--r--linden/indra/llwindow/lldxhardware.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llwindow/lldxhardware.h b/linden/indra/llwindow/lldxhardware.h
index 1d5d69d..e2a255d 100644
--- a/linden/indra/llwindow/lldxhardware.h
+++ b/linden/indra/llwindow/lldxhardware.h
@@ -36,6 +36,7 @@
36 36
37#include "stdtypes.h" 37#include "stdtypes.h"
38#include "llstring.h" 38#include "llstring.h"
39#include "llsd.h"
39 40
40class LLVersion 41class LLVersion
41{ 42{
@@ -93,6 +94,8 @@ public:
93 94
94 S32 getVRAM() const { return mVRAM; } 95 S32 getVRAM() const { return mVRAM; }
95 96
97 LLSD getDisplayInfo();
98
96 // Find a particular device that matches the following specs. 99 // Find a particular device that matches the following specs.
97 // Empty strings indicate that you don't care. 100 // Empty strings indicate that you don't care.
98 // You can separate multiple devices with '|' chars to indicate you want 101 // You can separate multiple devices with '|' chars to indicate you want