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

@ -148,7 +148,7 @@ class CXWM {
// event handlers
void handleCreate(xcb_create_notify_event_t* e);
void handleDestroy(xcb_destroy_notify_event_t* e);
void handleConfigure(xcb_configure_request_event_t* e);
void handleConfigureRequest(xcb_configure_request_event_t* e);
void handleConfigureNotify(xcb_configure_notify_event_t* e);
void handleMapRequest(xcb_map_request_event_t* e);
void handleMapNotify(xcb_map_notify_event_t* e);