* testing new portal on gnome41

* applied clang format

* macro out portal API on windows
This commit is contained in:
borgmanJeremy
2021-11-03 08:01:19 -05:00
committed by GitHub
parent 5021457d56
commit e4e7c90109
2 changed files with 58 additions and 72 deletions

View File

@@ -14,6 +14,7 @@ public:
QPixmap grabEntireDesktop(bool& ok);
QRect screenGeometry(int screenNumber);
QPixmap grabScreen(int screenNumber, bool& ok);
void freeDesktopPortal(bool& ok, QPixmap& res);
private:
DesktopInfo m_info;