Fix flutter and dummy frontend builds

Was missing implementation for the new screen methods
This commit is contained in:
Sergio Martins
2022-07-25 11:46:49 +01:00
parent 4d5a43ea1f
commit 0e29658664
8 changed files with 28 additions and 12 deletions

View File

@@ -38,6 +38,7 @@ public:
bool inDisallowedDragView(QPoint globalPos) const override;
bool usesFallbackMouseGrabber() const override;
void ungrabMouse() override;
Screen::List screens() const override;
#ifdef DOCKS_DEVELOPER_MODE
explicit Platform_flutter(int &argc, char **argv);