aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorDaniel Eklöf <daniel@ekloef.se>2020-10-06 20:05:44 +0200
committerDaniel Eklöf <daniel@ekloef.se>2020-10-06 20:05:44 +0200
commitd1e59accdb148aa9df4c95a8ba52078a7956d4ce (patch)
treef0c9483c5f88353d5aa0efac1e330097521f0d2d /main.c
parent1af2db7928029eb1ec7db3ee5b865815b22057de (diff)
downloadwbg-d1e59accdb148aa9df4c95a8ba52078a7956d4ce.tar.gz
shm: don’t cache buffers
wbg typically only renders a buffer once. If we *do* need to re-render, it’s because something changed: the scaling factor, or a new monitor came online etc. Thus, there’s no point in caching buffers; it just uses up memory.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6777949..3d626e7 100644
--- a/main.c
+++ b/main.c
@@ -427,7 +427,6 @@ main(int argc, const char *const *argv)
output_destroy(&it->item);
tll_free(outputs);
- shm_fini();
if (layer_shell != NULL)
zwlr_layer_shell_v1_destroy(layer_shell);
if (shm != NULL)