Home
last modified time | relevance | path

Searched refs:destroy_win_start (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/
H A Devent.c276 auto _ attr_unused = destroy_win_start(ps, w); in ev_destroy_notify()
348 auto ret = destroy_win_start(ps, w); in ev_reparent_notify()
H A Dwin.h275 bool must_use destroy_win_start(session_t *ps, struct win *w);
H A Dwin.c1869 bool destroy_win_start(session_t *ps, struct win *w) { in destroy_win_start() function