mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-17 16:35:40 +02:00
Fix race conditions
This commit is contained in:
parent
050439f0d3
commit
a81c7f6e3c
5 changed files with 19 additions and 30 deletions
|
@ -67,6 +67,7 @@ exposable_render_deco(const struct exposable *exposable,
|
|||
pixman_image_t *pix, int x, int y)
|
||||
{
|
||||
const struct deco *deco = exposable->particle->deco;
|
||||
|
||||
if (deco != NULL)
|
||||
deco->expose(deco, pix, x, y, exposable->width, exposable->height);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue