summaryrefslogtreecommitdiff
path: root/src/envmetrics.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-08 04:58:17 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-09 01:32:12 -0400
commit12e1a91e4fe8de291fbe72c23031f3e79613c0dd (patch)
tree0693fc671973813e4df8a5cbcd21a048f9bf4355 /src/envmetrics.h
parente08e605c85a1f62f4b6b83f5404457f5dc55654a (diff)
log desktop geometry
log more info on game plugin
Diffstat (limited to 'src/envmetrics.h')
-rw-r--r--src/envmetrics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/envmetrics.h b/src/envmetrics.h
index c5d2765a..8dfdb087 100644
--- a/src/envmetrics.h
+++ b/src/envmetrics.h
@@ -66,6 +66,10 @@ public:
//
const std::vector<Display>& displays() const;
+ // full resolution
+ //
+ QRect desktopGeometry() const;
+
private:
std::vector<Display> m_displays;