aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llwindow/lldxhardware.h
diff options
context:
space:
mode:
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