compositor: check for monitor layout issues post rule apply
fixes #12108
This commit is contained in:
parent
748d2f656e
commit
05aa4e1c54
3 changed files with 37 additions and 3 deletions
|
|
@ -156,7 +156,9 @@ class CCompositor {
|
|||
void performUserChecks();
|
||||
void moveWindowToWorkspaceSafe(PHLWINDOW pWindow, PHLWORKSPACE pWorkspace);
|
||||
PHLWINDOW getForceFocus();
|
||||
void scheduleMonitorStateRecheck();
|
||||
void arrangeMonitors();
|
||||
void checkMonitorOverlaps();
|
||||
void enterUnsafeState();
|
||||
void leaveUnsafeState();
|
||||
void setPreferredScaleForSurface(SP<CWLSurfaceResource> pSurface, double scale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue