10 lines
473 B
Text
10 lines
473 B
Text
--- dwl.c
|
|
+++ dwl.c
|
|
@@ -326,6 +326,7 @@ static void setcursor(struct wl_listener *listener, void *data);
|
|
static void setcursorshape(struct wl_listener *listener, void *data);
|
|
static void setfloating(Client *c, int floating);
|
|
static void setfullscreen(Client *c, int fullscreen);
|
|
+static void setsticky(Client *c, int sticky);
|
|
static void setgamma(struct wl_listener *listener, void *data);
|
|
static void setlayout(const Arg *arg);
|
|
static void setmfact(const Arg *arg);
|