diff options
| author | Anselm R.Garbe <[email protected]> | 2006-08-21 09:03:14 +0200 |
|---|---|---|
| committer | Anselm R.Garbe <[email protected]> | 2006-08-21 09:03:14 +0200 |
| commit | 2272df9d3179ec639066614f4d36d18df16ff725 (patch) | |
| tree | cfb041f3b9838c669942dda1fcaab2ef34eaa89a /event.c | |
| parent | small renamings of two static functions (diff) | |
| download | seiwm-2272df9d3179ec639066614f4d36d18df16ff725.tar.xz seiwm-2272df9d3179ec639066614f4d36d18df16ff725.zip | |
applied Sanders focus_* patches, removed the unnecessary clean-prefix from the new function names
Diffstat (limited to 'event.c')
| -rw-r--r-- | event.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ buttonpress(XEvent *e) } else if((c = getclient(ev->window))) { focus(c); + if(CLEANMASK(ev->state) == 0) + return; switch(ev->button) { default: break; |