Home
last modified time | relevance | path

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

/dports/x11-wm/picom/picom-8.2/src/
H A Dwin.h124 bool pixmap_damaged; member
H A Drender.c295 (!ps->o.glx_no_rebind_pixmap && w->pixmap_damaged))) { in paint_one()
298 w->pixmap_damaged = false; in paint_one()
H A Devent.c602 w->pixmap_damaged = true; in repair_win()
H A Dwin.c1199 .pixmap_damaged = false, // updated by damage events in fill_win()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dcommon.h1084 bool pixmap_damaged; member
H A Dcompton.c1587 (!ps->o.glx_no_rebind_pixmap && w->pixmap_damaged))) { in win_paint_win()
1590 w->pixmap_damaged = false; in win_paint_win()
2105 w->pixmap_damaged = true; in repair_win()
2854 .pixmap_damaged = false, in add_win()