diff options
author | Ken Moore <ken@ixsystems.com> | 2017-06-23 15:26:01 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-06-23 15:26:01 -0400 |
commit | e8248bc9cdf8b1bee6a7a6550a93846f6e045318 (patch) | |
tree | 43a397e9dece216e41fbde6d1e60427c27bfe036 /src-qt5/core/libLumina/test/main.cpp | |
parent | Clean up some more of the new LuminaRandR class. (diff) | |
download | lumina-e8248bc9cdf8b1bee6a7a6550a93846f6e045318.tar.gz lumina-e8248bc9cdf8b1bee6a7a6550a93846f6e045318.tar.bz2 lumina-e8248bc9cdf8b1bee6a7a6550a93846f6e045318.zip |
Large amount of whitespace cleanup, and almost get the LuminaRandR class finished (one last calculation to do)
Diffstat (limited to 'src-qt5/core/libLumina/test/main.cpp')
-rw-r--r-- | src-qt5/core/libLumina/test/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/libLumina/test/main.cpp b/src-qt5/core/libLumina/test/main.cpp index 056f1d28..f78efbd1 100644 --- a/src-qt5/core/libLumina/test/main.cpp +++ b/src-qt5/core/libLumina/test/main.cpp @@ -5,8 +5,8 @@ int main(int argc, char** argv){ - QString toggle = "HDMI-2"; - QRect toggleGeom(1920,0, 1920,1080); + QString toggle = "DVI-I-1"; + QRect toggleGeom(7680,0, 1024,768); int toggleOK = -1; //-1: automatic, 0: enable monitor, 1: disable monitor QApplication A(argc, argv); |