xwayland: update overrideRedirect on map and configure (#7575)

This commit is contained in:
trianta 2024-08-30 07:04:09 -05:00 committed by GitHub
parent ef33198e8f
commit 259dcd838e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 1 deletions

View file

@ -82,6 +82,7 @@ class CXWM {
void focusWindow(SP<CXWaylandSurface> surf);
void activateSurface(SP<CXWaylandSurface> surf, bool activate);
bool isWMWindow(xcb_window_t w);
void updateOverrideRedirect(SP<CXWaylandSurface> surf, bool overrideRedirect);
void sendWMMessage(SP<CXWaylandSurface> surf, xcb_client_message_data_t* data, uint32_t mask);