JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
disallow zoom on maximized clients
[dwm.git] / dwm.h
diff --git a/dwm.h b/dwm.h
index 57d628a..88640b8 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -91,7 +91,6 @@ extern Client *getctitle(Window w);
 extern void gravitate(Client *c, Bool invert);
 extern void higher(Client *c);
 extern void killclient(Arg *arg);
-extern void lower(Client *c);
 extern void manage(Window w, XWindowAttributes *wa);
 extern void resize(Client *c, Bool sizehints, Corner sticky);
 extern void setsize(Client *c);