diff options
author | okan | 2014-01-02 21:30:20 +0000 |
---|---|---|
committer | okan | 2014-01-02 21:30:20 +0000 |
commit | ab487a45dab25d30ce0645cfee16725e22c2c179 (patch) | |
tree | b187a109ebf762b475d4a32d006839198a84b231 /xevents.c | |
parent | 1bb2eab81b24b176a92777cbcdd9e471678378b5 (diff) | |
download | cwm-ab487a45dab25d30ce0645cfee16725e22c2c179.tar.gz |
bring mousefunc closer to kbfunc
Diffstat (limited to 'xevents.c')
-rw-r--r-- | xevents.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: xevents.c,v 1.100 2013/12/13 14:45:47 okan Exp $ + * $OpenBSD: xevents.c,v 1.101 2014/01/02 21:30:20 okan Exp $ */ /* @@ -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 |