diff options
| author | [email protected] <unknown> | 2006-08-01 12:32:33 +0200 |
|---|---|---|
| committer | [email protected] <unknown> | 2006-08-01 12:32:33 +0200 |
| commit | 7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b (patch) | |
| tree | 4f002a641211db4af64bd925497d56469082b712 /tag.c | |
| parent | committed a patch which fixes the hints of Jukka (diff) | |
| download | seiwm-7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b.tar.xz seiwm-7b5638f61d5c8b5a76bc3f7a5962cb7490da3b6b.zip | |
applied Sanders patches
Diffstat (limited to 'tag.c')
| -rw-r--r-- | tag.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -67,6 +67,8 @@ dofloat(Arg *arg) higher(sel); focus(sel); } + else + XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); } drawall(); } @@ -130,6 +132,8 @@ dotile(Arg *arg) higher(sel); focus(sel); } + else + XSetInputFocus(dpy, root, RevertToPointerRoot, CurrentTime); } drawall(); } |