refocus on reserved area

This commit is contained in:
vaxerski 2022-09-03 15:35:53 +02:00
parent 3c3f80c2fe
commit f4add0ac6d
3 changed files with 17 additions and 1 deletions

View file

@ -164,6 +164,7 @@ public:
void closeWindow(CWindow*);
Vector2D parseWindowVectorArgsRelative(const std::string&, const Vector2D&);
void forceReportSizesToWindowsOnWorkspace(const int&);
bool cursorOnReservedArea();
std::string explicitConfigPath;