mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 11:16:30 +00:00
style
This commit is contained in:
parent
9b2eec24c2
commit
a634b3f2e4
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue