From a634b3f2e46361aa394dc2582023fe499f520d4a Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 23 Apr 2020 00:33:58 -0500 Subject: [PATCH] style --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 737b71c..56c2d49 100644 --- a/dwl.c +++ b/dwl.c @@ -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);