From 15d18a0edf217f1417ffd450f55f3142a7073736 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 21 Jun 2017 16:01:50 -0400 Subject: Start a large update to LuminaRandR info retrieval routine. **DOES NOT COMPILE** Nothing should be using this class yet, so there should be no pkg fallout from it. --- src-qt5/core/libLumina/LuminaRandR.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src-qt5/core/libLumina/LuminaRandR.h') diff --git a/src-qt5/core/libLumina/LuminaRandR.h b/src-qt5/core/libLumina/LuminaRandR.h index d3e95c54..6d205680 100644 --- a/src-qt5/core/libLumina/LuminaRandR.h +++ b/src-qt5/core/libLumina/LuminaRandR.h @@ -34,7 +34,7 @@ struct p_objects{ QList resolutions; QSize physicalSizeMM; QString name; - QList outputs; + xcb_randr_output_t output; QList modes; /*p_objects(){ @@ -69,6 +69,7 @@ public: bool isEnabled(); bool isPrimary(); bool isAutomatic(); + bool isConnected(); QList availableResolutions(); QSize currentResolution(); //could be different from geometry.size() if things like panning/rotation are enabled QRect currentGeometry(); -- cgit