foreign-toplevel: update monitor properly on changed

fixes #11197
This commit is contained in:
Vaxry 2025-07-29 21:59:26 +02:00
parent f51be7f201
commit 43966cc787
No known key found for this signature in database
GPG key ID: 665806380871D640
2 changed files with 11 additions and 11 deletions

View file

@ -34,7 +34,7 @@ class CForeignToplevelWlrManager {
void onMap(PHLWINDOW pWindow);
void onTitle(PHLWINDOW pWindow);
void onClass(PHLWINDOW pWindow);
void onMoveMonitor(PHLWINDOW pWindow);
void onMoveMonitor(PHLWINDOW pWindow, PHLMONITOR pMonitor);
void onFullscreen(PHLWINDOW pWindow);
void onNewFocus(PHLWINDOW pWindow);
void onUnmap(PHLWINDOW pWindow);