diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-04-23 00:33:58 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-04-23 00:33:58 -0500 |
commit | a634b3f2e46361aa394dc2582023fe499f520d4a (patch) | |
tree | a6fd9c5d03b73ac0d7bfa8dea690515101f7df73 | |
parent | 9b2eec24c2ba94886f1f196d99f2ffe9ac0b6d3b (diff) |
style
-rw-r--r-- | dwl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ static void setup(void); static void spawn(const Arg *arg); static void tile(Monitor *m); static void unmapnotify(struct wl_listener *listener, void *data); -static Client * xytoclient(double x, double y, +static Client *xytoclient(double x, double y, struct wlr_surface **surface, double *sx, double *sy); static Monitor *xytomon(double x, double y); |