bugfix: monitor info

This commit is contained in:
semenov
2025-07-24 11:37:29 +03:00
parent 7ec5536875
commit 1b11765026
88 changed files with 3974 additions and 336285 deletions

13
Data/monitorInfo.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef MONITORINFO_H
#define MONITORINFO_H
#include <qrect.h>
#include <qstring.h>
struct monitorInfo {
QString deviceName;
QRect geometry;
bool isPrimary;
int displayIndex;
};
#endif // MONITORINFO_H