mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
shm: codespell: re-using -> reusing
This commit is contained in:
parent
09f718878f
commit
5e65f3f07e
1 changed files with 1 additions and 1 deletions
2
shm.c
2
shm.c
|
|
@ -608,7 +608,7 @@ shm_get_buffer(struct buffer_chain *chain, int width, int height, bool with_alph
|
|||
}
|
||||
|
||||
if (cached != NULL) {
|
||||
LOG_DBG("re-using buffer %p from cache", (void *)cached);
|
||||
LOG_DBG("reusing buffer %p from cache", (void *)cached);
|
||||
cached->busy = true;
|
||||
for (size_t i = 0; i < cached->public.pix_instances; i++)
|
||||
pixman_region32_clear(&cached->public.dirty[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue