bring mousefunc closer to kbfunc

This commit is contained in:
okan
2014-01-02 21:30:20 +00:00
parent c4f6134ebe
commit 10d4dcb127
4 changed files with 48 additions and 38 deletions

View File

@ -246,7 +246,7 @@ xev_handle_buttonpress(XEvent *ee)
cc->sc = screen_fromroot(e->window);
}
(*mb->callback)(cc, e);
(*mb->callback)(cc, &mb->argument);
}
static void