Home
last modified time | relevance | path

Searched refs:win_check_flags_any (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h442 bool win_check_flags_any(struct managed_win *w, uint64_t flags);
H A Dwin.c339 while (win_check_flags_any(w, WIN_FLAGS_IMAGES_STALE) && in win_process_image_flags()
379 if (win_check_flags_any(w, WIN_FLAGS_IMAGES_STALE)) { in win_process_image_flags()
2367 bool win_check_flags_any(struct managed_win *w, uint64_t flags) { in win_check_flags_any() function