xwm: Fix xwayland black window bug after losing focus (#6966)
* fix xwayland black window bug * resend normal state
This commit is contained in:
parent
3132f0275e
commit
511e9ccdd1
2 changed files with 22 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue