Home
last modified time | relevance | path

Searched refs:shadow_force (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h221 switch_t shadow_force; member
H A Dwin.c759 if (w->shadow_force != UNSET) { in win_determine_shadow()
760 shadow_new = w->shadow_force; in win_determine_shadow()
853 if (val != w->shadow_force) { in win_set_shadow_force()
854 w->shadow_force = val; in win_set_shadow_force()
1209 .shadow_force = UNSET, in fill_win()
H A Ddbus.c794 cdbus_m_win_get_do(shadow_force, cdbus_reply_enum); in cdbus_process_win_get()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Ddbus.c711 cdbus_m_win_get_do(shadow_force, cdbus_reply_enum); in cdbus_process_win_get()
H A Dcompton.c2537 if (UNSET != w->shadow_force) in win_determine_shadow()
2538 shadow_new = w->shadow_force; in win_determine_shadow()
2904 .shadow_force = UNSET, in add_win()
3802 if (val != w->shadow_force) { in win_set_shadow_force()
3803 w->shadow_force = val; in win_set_shadow_force()
H A Dcommon.h1197 switch_t shadow_force; member