diff options
author | Devin J. Pohly <djpohly+github@gmail.com> | 2020-08-15 09:49:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 09:49:22 -0500 |
commit | 9632704e861c48d57fdd172be721cf8ed0a42e49 (patch) | |
tree | 671fa2b5676bd64801d606012d2eecd41f409aa8 /dwl.c | |
parent | f7fae6447b9f92a960cffa36e35e39b00a716cb7 (diff) | |
parent | c0608aa017120d674e77468073703a0ae266d337 (diff) |
Merge pull request #41 from guidocella/declare-commitnotify
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); |