Introduction
Introduction Statistics Contact Development Disclaimer Help
tsmall fix - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 438beeabde5e56f8d85e0dd143721e9372e3eab4
parent 281f0981a6edd51417f9bb427cc870370748e43f
Author: Anselm R. Garbe <[email protected]>
Date: Mon, 11 Sep 2006 08:58:58 +0200
small fix
Diffstat:
M config.mk | 2 +-
M dwm.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.mk b/config.mk
t@@ -1,5 +1,5 @@
# dwm version
-VERSION = 1.5
+VERSION = 1.6
# Customize below to fit your system
diff --git a/dwm.h b/dwm.h
t@@ -48,7 +48,7 @@ struct Client {
char name[256];
int proto;
int x, y, w, h;
- int tx, ty, tw, th; /* title */
+ int tx, ty, tw, th; /* title window geometry */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int grav;
long flags;
t@@ -121,7 +121,7 @@ extern void toggletag(Arg *arg); /* toggles…
extern void *emallocz(unsigned int size); /* allocates zero-initialized…
extern void eprint(const char *errstr, ...); /* prints error string and…
extern void *erealloc(void *ptr, unsigned int size); /* reallocates mem…
-extern void spawn(Arg *arg) /* forks a new subprocess a…
+extern void spawn(Arg *arg); /* forks a new subprocess …
/* view.c */
extern void detach(Client *c); /* detaches c from globa…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.