xwayland: configure on a configure request and cleanup geometry conversion (#9375)

* xwayland: configure the window on a configure request

* xwayland: move coordinate conversion handling to their own functions

* xwayland: rename configure to configureRequest
This commit is contained in:
Maximilian Seidler 2025-02-16 00:20:42 +00:00 committed by GitHub
parent 94a30889a7
commit 897ee276dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 91 additions and 53 deletions

View file

@ -50,7 +50,7 @@ class CXWaylandSurface {
CSignal resourceChange; // associated / dissociated
CSignal setGeometry;
CSignal configure; // CBox
CSignal configureRequest; // CBox
CSignal map;
CSignal unmap;
@ -116,4 +116,4 @@ class CXWaylandSurface {
} listeners;
friend class CXWM;
};
};