mirror of
https://github.com/yshui/picom.git
synced 2024-11-25 14:06:08 -05:00
debug
This commit is contained in:
parent
72ede42b19
commit
6cb29373f5
1 changed files with 2 additions and 3 deletions
|
@ -480,7 +480,7 @@ static struct managed_win *paint_preprocess(session_t *ps, bool *fade_running) {
|
|||
w->flags = 0;
|
||||
}
|
||||
|
||||
// log_trace("%d %d %s", w->a.map_state, w->ever_damaged, w->name);
|
||||
log_trace("%d %d %s", w->a.map_state, w->ever_damaged, w->name);
|
||||
|
||||
// Give up if it's not damaged or invisible, or it's unmapped and its
|
||||
// pixmap is gone (for example due to a ConfigureNotify), or when it's
|
||||
|
@ -495,8 +495,7 @@ static struct managed_win *paint_preprocess(session_t *ps, bool *fade_running) {
|
|||
if ((w->flags & WIN_FLAGS_IMAGE_ERROR) != 0) {
|
||||
to_paint = false;
|
||||
}
|
||||
// log_trace("%s %d %d %d", w->name, to_paint, w->opacity,
|
||||
// w->paint_excluded);
|
||||
log_trace("%s %d %f %d", w->name, to_paint, w->opacity, w->paint_excluded);
|
||||
|
||||
if ((w->flags & WIN_FLAGS_IMAGE_STALE) != 0 &&
|
||||
(w->flags & WIN_FLAGS_IMAGE_ERROR) == 0 && to_paint) {
|
||||
|
|
Loading…
Reference in a new issue