summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-07-17 20:28:02 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-07-17 20:28:02 +0300
commit44906ac0d44d3c3d1dc6dbf0d5e90926529e108d (patch)
tree49a40bcb81815f22c21f2e90858ffefd05401e25 /indra/llwindow/llwindowwin32.h
parent2c93c14c9d6cf6940169d33b806dede90e60033f (diff)
SL-13507 Viewer should log resolution of all associated displays
Diffstat (limited to 'indra/llwindow/llwindowwin32.h')
-rw-r--r--indra/llwindow/llwindowwin32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowwin32.h b/indra/llwindow/llwindowwin32.h
index 9cd16eb993..b1e8350a78 100644
--- a/indra/llwindow/llwindowwin32.h
+++ b/indra/llwindow/llwindowwin32.h
@@ -114,6 +114,7 @@ public:
LLWindowCallbacks::DragNDropResult completeDragNDropRequest( const LLCoordGL gl_coord, const MASK mask, LLWindowCallbacks::DragNDropAction action, const std::string url );
+ static std::vector<std::string> getDisplaysResolutionList();
static std::vector<std::string> getDynamicFallbackFontList();
static void setDPIAwareness();
protected: