mirror of
https://github.com/yshui/picom.git
synced 2025-02-17 15:56:21 -05:00
backend: add a comment
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
4594168946
commit
88608027b8
1 changed files with 2 additions and 0 deletions
|
@ -145,6 +145,8 @@ void paint_all_new(session_t *ps, struct managed_win *t, bool ignore_damage) {
|
||||||
// region will be because of blur, we assume the worst case here.
|
// region will be because of blur, we assume the worst case here.
|
||||||
// That is, the damaged window is at the bottom of the stack, and
|
// That is, the damaged window is at the bottom of the stack, and
|
||||||
// all other windows have semi-transparent background
|
// all other windows have semi-transparent background
|
||||||
|
//
|
||||||
|
// TODO(yshui): maybe we don't need to resize reg_damage, only reg_paint?
|
||||||
int resize_factor = 1;
|
int resize_factor = 1;
|
||||||
if (t) {
|
if (t) {
|
||||||
resize_factor = t->stacking_rank;
|
resize_factor = t->stacking_rank;
|
||||||
|
|
Loading…
Add table
Reference in a new issue