]> Pileus Git - wmpus/commitdiff
Mouse support is still buggy
authorAndy Spencer <andy753421@gmail.com>
Sun, 2 Oct 2011 01:29:44 +0000 (01:29 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 2 Oct 2011 01:29:44 +0000 (01:29 +0000)
wm-wmii.c

index f82e8f5b58666b713c1aee47d0d0786d1beae5bd..4c4880ca15486dc63badaeaf94d46174f8f232b3 100644 (file)
--- a/wm-wmii.c
+++ b/wm-wmii.c
@@ -847,7 +847,6 @@ void wm_insert(win_t *win)
        win->wm = new0(win_wm_t);
        sys_watch(win, key_enter,  MOD());
        sys_watch(win, key_focus,  MOD());
-       sys_watch(win, key_mouse1, MOD());
 
        /* Add to screen */
        put_win(win, wm_tag, wm_dpy->layer);