diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-05-14 10:24:01 -0400 |
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-14 10:24:01 -0400 |
| commit | d96307cbe4f8beee03811754f6304a810a7860e5 (patch) | |
| tree | b6db8dac1f01b939c4c389150083aa7abbdcfd50 | |
| parent | added the GTK Save-As bug report to BUGS section of dwm(1) (diff) | |
| download | dwm-d96307cbe4f8beee03811754f6304a810a7860e5.tar.gz dwm-d96307cbe4f8beee03811754f6304a810a7860e5.tar.bz2 dwm-d96307cbe4f8beee03811754f6304a810a7860e5.zip | |
thanks to Jukka
Diffstat (limited to '')
| -rw-r--r-- | client.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -389,7 +389,6 @@ updatetitle(Client *c) { void unmanage(Client *c) { - Client *nc; XWindowChanges wc; wc.border_width = c->oldborder; |
