mirror of
https://github.com/yshui/picom.git
synced 2025-04-14 17:53:25 -04:00
win: assert server is grabbed in win_recheck_client
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
f8f1758137
commit
4d55bc8dbe
1 changed files with 1 additions and 0 deletions
|
@ -1078,6 +1078,7 @@ static xcb_window_t find_client_win(session_t *ps, xcb_window_t w) {
|
|||
* @param w struct _win of the parent window
|
||||
*/
|
||||
void win_recheck_client(session_t *ps, struct managed_win *w) {
|
||||
assert(ps->server_grabbed);
|
||||
// Initialize wmwin to false
|
||||
w->wmwin = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue