about summary refs log tree commit diff stats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 10:16:12 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 10:16:12 +0200
commitb79b5facb104a653314577bb7f15824396b9e94b (patch)
treea145b85cb026c7965b27b3db9ae3bcf0fdaa63bb /dwm.h
parentc53f0fca912e05cddcfbf79d99678b16d183c67d (diff)
downloaddwm-b79b5facb104a653314577bb7f15824396b9e94b.tar.gz
disallow zoom on maximized clients
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 57d628a..88640b8 100644
--- 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);
' href='#n143'>143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217