summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindow.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-03-07 15:27:17 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-03-07 15:27:17 +0000
commit0775e919018a8246e7af03f00b94f50abd84dd96 (patch)
tree530fcb0473adacde42f9c3df2258f1c26a6bcc62 /indra/llwindow/llwindow.h
parent93051dc23cb3252af327a9b113abc45de154ff4e (diff)
parentf499260782a0c94c4f164a743da9d2690240dad7 (diff)
PE merge.
Diffstat (limited to 'indra/llwindow/llwindow.h')
-rw-r--r--indra/llwindow/llwindow.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/indra/llwindow/llwindow.h b/indra/llwindow/llwindow.h
index 55b221e716..b769f5071b 100644
--- a/indra/llwindow/llwindow.h
+++ b/indra/llwindow/llwindow.h
@@ -281,4 +281,19 @@ extern const std::string gURLProtocolWhitelistHandler[];
void simpleEscapeString ( std::string& stringIn );
+//=============================================================================
+//
+// CLASS LLDisplayInfo
+class LLDisplayInfo
+
+/*! @brief Class to query the information about some display settings
+*/
+{
+public:
+ LLDisplayInfo(){}; ///< Default constructor
+
+ S32 getDisplayWidth() const; ///< display width
+ S32 getDisplayHeight() const; ///< display height
+};
+
#endif // _LL_window_h_