diff options
author | Guido Cella <guidocella91@gmail.com> | 2020-08-15 16:47:22 +0200 |
---|---|---|
committer | Guido Cella <guidocella91@gmail.com> | 2020-08-15 16:47:22 +0200 |
commit | c0608aa017120d674e77468073703a0ae266d337 (patch) | |
tree | 671fa2b5676bd64801d606012d2eecd41f409aa8 /dwl.c | |
parent | f7fae6447b9f92a960cffa36e35e39b00a716cb7 (diff) |
Declare commitnotify
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |