Fix flutter and dummy frontend builds
Was missing implementation for the new screen methods
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user