dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 3203d1bafd53cfbc84f5a6ab31d1438709e01d5d
parent ddd3c2ad7ef15d14c920b0678a5a20755c07b4f4
Author: Guido Cella <guidocella91@gmail.com>
Date:   Sat, 29 Aug 2020 08:41:51 +0200

don't handle failed calloc

be consistent with the rest of the code

Diffstat:
Mdwl.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -878,8 +878,6 @@ createlayersurface(struct wl_listener *listener, void *data) } layersurface = calloc(1, sizeof(LayerSurface)); - if (!layersurface) - return; layersurface->surface_commit.notify = commitlayersurfacenotify; wl_signal_add(&wlr_layer_surface->surface->events.commit,