aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2014-01-02 21:30:20 +0000
committerokan2014-01-02 21:30:20 +0000
commitab487a45dab25d30ce0645cfee16725e22c2c179 (patch)
treeb187a109ebf762b475d4a32d006839198a84b231 /xevents.c
parent1bb2eab81b24b176a92777cbcdd9e471678378b5 (diff)
downloadcwm-ab487a45dab25d30ce0645cfee16725e22c2c179.tar.gz
bring mousefunc closer to kbfunc
Diffstat (limited to 'xevents.c')
-rw-r--r--xevents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index 20e6aee..7841824 100644
--- a/xevents.c
+++ b/xevents.c
@@ -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