Home
last modified time | relevance | path

Searched refs:add_damage_from_win (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.c230 void add_damage_from_win(session_t *ps, const struct managed_win *w) { in add_damage_from_win() function
734 add_damage_from_win(ps, w); in win_set_shadow()
801 add_damage_from_win(ps, w); in win_set_invert_color()
869 add_damage_from_win(ps, w); in win_set_blur_background()
1806 add_damage_from_win(ps, mw); in restack_win()
2054 add_damage_from_win(ps, w); in map_win_start()
H A Dpicom.c642 add_damage_from_win(ps, w); in paint_preprocess()
655 add_damage_from_win(ps, w); in paint_preprocess()
727 add_damage_from_win(ps, w); in paint_preprocess()
1305 add_damage_from_win(ps, mw); in handle_new_windows()
1411 add_damage_from_win(ps, w); in _draw_callback()
H A Dwin.h354 void add_damage_from_win(session_t *ps, const struct managed_win *w);
H A Devent.c523 add_damage_from_win(ps, w); in ev_property_notify()