internal: Fix compiler warnings (#9646)
This commit is contained in:
parent
efc51eb7d1
commit
011d7ccb91
10 changed files with 20 additions and 17 deletions
|
|
@ -494,7 +494,7 @@ void CXWM::focusWindow(SP<CXWaylandSurface> surf) {
|
|||
if (surf->overrideRedirect)
|
||||
return;
|
||||
|
||||
xcb_client_message_data_t msg = {0};
|
||||
xcb_client_message_data_t msg = {{0}};
|
||||
msg.data32[0] = HYPRATOMS["WM_TAKE_FOCUS"];
|
||||
msg.data32[1] = XCB_TIME_CURRENT_TIME;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue