Merge pull request #41 from guidocella/declare-commitnotify

Declare commitnotify
This commit is contained in:
Devin J. Pohly
2020-08-15 09:49:22 -05:00
committed by GitHub

1
dwl.c
View File

@@ -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);