aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-02-22 16:26:27 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-02-22 16:26:27 +0100
commitc43d7b7587c9639a303b02ff7a44bf18a54f06cb (patch)
treeeb32e6157038941c533b3454b7dcc604b06746bc /dwm.c
parentde5b294edce70dae164855fb06e0472441ae28ee (diff)
downloaddwm-c43d7b7587c9639a303b02ff7a44bf18a54f06cb.tar.zst
added Gottox to Copyright holders after all his contributions, applied his last patch
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/dwm.c b/dwm.c
index 7684646..8e7a86a 100644
--- a/dwm.c
+++ b/dwm.c
@@ -118,7 +118,6 @@ typedef struct {
} Regs;
struct Monitor {
- unsigned int id;
int sx, sy, sw, sh, wax, way, wah, waw;
double mwfact;
Bool *seltags;
@@ -1603,7 +1602,6 @@ setup(void) {
for(i = 0; i < mcount; i++) {
/* init geometry */
m = &monitors[i];
- m->id = i;
if(mcount != 1 && isxinerama) {
m->sx = info[i].x_org;
@@ -2064,8 +2062,7 @@ selectmonitor(const char *arg) {
int
main(int argc, char *argv[]) {
if(argc == 2 && !strcmp("-v", argv[1]))
- eprint("dwm-"VERSION", © 2006-2008 Anselm R. Garbe, Sander van Dijk, "
- "Jukka Salmi, Premysl Hruby, Szabolcs Nagy, Christof Musik\n");
+ eprint("dwm-"VERSION", © 2006-2008 dwm engineers, see LICENSE for details\n");
else if(argc != 1)
eprint("usage: dwm [-v]\n");