mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
fix madly flashing background
the preprocessor symbol DEBUG is now defined to (0) even when debugging should not not be enabled, so change from checking
This commit is contained in:
parent
5a84ddf2c2
commit
75564d6b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ output_render(struct output *output, pixman_region32_t *damage)
|
||||||
goto renderer_end;
|
goto renderer_end;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG
|
#if DEBUG
|
||||||
wlr_renderer_clear(renderer, (float[]){0.2f, 0.0f, 0.0f, 1.0f});
|
wlr_renderer_clear(renderer, (float[]){0.2f, 0.0f, 0.0f, 1.0f});
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue