Home
last modified time | relevance | path

Searched refs:win_has_frame (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h473 static inline bool attr_pure win_has_frame(const struct managed_win *w) { in win_has_frame() function
H A Dwin.c566 if (win_has_frame(w)) { in win_calc_mode()
575 if (w->frame_opacity != 1.0 && win_has_frame(w)) { in win_calc_mode()
H A Dpicom.c663 if (win_has_frame(w)) { in paint_preprocess()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcompton.h504 win_has_frame(const win *w) { in win_has_frame() function
H A Dcompton.c1171 && win_has_frame(w)) in paint_preprocess()
1243 && (!w->frame_opacity || !win_has_frame(w)) in paint_preprocess()