dwl

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

commit 333528b2e20b9d43bc94b3b15a44fe92b2847f16
parent edf90816b1437d2a6de3f38db7560731cf38a75c
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Sat, 11 Apr 2020 21:30:12 -0500

fix typo in comment

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -752,7 +752,7 @@ static void xdg_surface_destroy(struct wl_listener *listener, void *data) { static void begin_interactive(struct dwl_view *view, enum dwl_cursor_mode mode, uint32_t edges) { /* This function sets up an interactive move or resize operation, where the - * compositor stops propegating pointer events to clients and instead + * compositor stops propagating pointer events to clients and instead * consumes them itself, to move or resize windows. */ struct dwl_server *server = view->server; struct wlr_surface *focused_surface =