xserver/dbe
Enrico Weigelt, metux IT consult 3f37b07864 dbe: simplify temporary buffer allocation via local stack
Small buffers easily fit on stack, so their allocation can be simplified.
No need to go through heap and have extra free() calls on each return point.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-26 11:25:45 +02:00
..
dbe.c dbe: simplify temporary buffer allocation via local stack 2025-06-26 11:25:45 +02:00
dbestruct.h dbe: use window position notify hook 2025-06-12 16:44:36 +02:00
meson.build dbe: unexport dbestruct.h 2024-04-23 02:18:02 +00:00
midbe.c dbe: use window position notify hook 2025-06-12 16:44:36 +02:00
midbe.h dbe: use window position notify hook 2025-06-12 16:44:36 +02:00