From 6d70d4a72a921d6279cc4282dbe1ae996f6d47d3 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Thu, 22 Jun 2017 14:41:19 -0400 Subject: Flesh out the public functions which can be used for an OutputDevice in LuminaRandR. There is now: enable(QRect) changeResolution(QSize) move(QPoint) setGeometry(QRect) All of these run the same inline/backend function for turning on and configuring the monitor --- src-qt5/core/libLumina/test/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core/libLumina/test') diff --git a/src-qt5/core/libLumina/test/main.cpp b/src-qt5/core/libLumina/test/main.cpp index 39ead1aa..20421c36 100644 --- a/src-qt5/core/libLumina/test/main.cpp +++ b/src-qt5/core/libLumina/test/main.cpp @@ -6,7 +6,7 @@ int main(int argc, char** argv){ QString toggle = "HDMI-2"; - QRect toggleGeom(0,0, 1600,900); + QRect toggleGeom(1980,0, 1600,900); int toggleOK = -1; //-1: automatic, 0: enable monitor, 1: disable monitor QApplication A(argc, argv); -- cgit