commit 9632704e861c48d57fdd172be721cf8ed0a42e49
parent f7fae6447b9f92a960cffa36e35e39b00a716cb7
Author: Devin J. Pohly <djpohly+github@gmail.com>
Date: Sat, 15 Aug 2020 09:49:22 -0500
Merge pull request #41 from guidocella/declare-commitnotify
Declare commitnotify
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dwl.c b/dwl.c
@@ -179,6 +179,7 @@ static void buttonpress(struct wl_listener *listener, void *data);
static void chvt(const Arg *arg);
static void cleanupkeyboard(struct wl_listener *listener, void *data);
static void cleanupmon(struct wl_listener *listener, void *data);
+static void commitnotify(struct wl_listener *listener, void *data);
static void createkeyboard(struct wlr_input_device *device);
static void createmon(struct wl_listener *listener, void *data);
static void createnotify(struct wl_listener *listener, void *data);