diff options
| author | Christoph Lohmann <20h@r-36.net> | 2013-01-06 14:56:45 +0100 |
|---|---|---|
| committer | Christoph Lohmann <20h@r-36.net> | 2013-01-06 14:56:45 +0100 |
| commit | 66021e959ca27b9be90e1440592812345404a452 (patch) | |
| tree | 1a355638fe6c7b4ce512fc2531aeb5e04181779a /tabbed.c | |
| parent | 82fdff00239196e97958aceb6139f650fd9122ee (diff) | |
| download | tabbed-66021e959ca27b9be90e1440592812345404a452.tar.gz | |
Allowing xterm again to be run in tabbed.
Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru> for reporting this!
Diffstat (limited to 'tabbed.c')
| -rw-r--r-- | tabbed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -730,7 +730,7 @@ void maprequest(const XEvent *e) { const XMapRequestEvent *ev = &e->xmaprequest; - if(getclient(ev->window) > -1) + if(getclient(ev->window) < 0) manage(ev->window); } |