xwm: Fix xwayland black window bug after losing focus (#6966)

* fix xwayland black window bug

* resend normal state
This commit is contained in:
UjinT34 2024-07-22 14:15:40 +03:00 committed by GitHub
parent 3132f0275e
commit 511e9ccdd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 1 deletions

View file

@ -104,6 +104,7 @@ class CXWM {
void handlePropertyNotify(xcb_property_notify_event_t* e);
void handleClientMessage(xcb_client_message_event_t* e);
void handleFocusIn(xcb_focus_in_event_t* e);
void handleFocusOut(xcb_focus_out_event_t* e);
void handleError(xcb_value_error_t* e);
bool handleSelectionEvent(xcb_generic_event_t* e);