report sizes to all windows on fullscreen

This commit is contained in:
vaxerski
2022-08-22 14:22:21 +02:00
parent e97fa4e26b
commit d0ec2b72ae
2 changed files with 11 additions and 0 deletions

View File

@@ -158,6 +158,7 @@ public:
SLayerSurface* getLayerSurfaceFromSurface(wlr_surface*);
void closeWindow(CWindow*);
Vector2D parseWindowVectorArgsRelative(const std::string&, const Vector2D&);
void forceReportSizesToWindowsOnWorkspace(const int&);
std::string explicitConfigPath;