tDo not change keyboard focus when hovering over a window - spkp - Stacking wayland compositor
 (HTM) git clone git://git.z3bra.org/spkp.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 685f7e2b3c1c5c18db7b5efdc1d0a69c3640ccee
 (DIR) parent 6b5e9460e54665f88a08f4b026a97d41ece948f6
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Tue, 10 Nov 2020 11:34:58 +0100
       
       Do not change keyboard focus when hovering over a window
       
       Diffstat:
         M compositor.c                        |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/compositor.c b/compositor.c
       t@@ -529,8 +529,6 @@ cb_motion(struct state *server, uint32_t time)
                        else
                                wlr_seat_pointer_notify_enter(seat, w->topmost, w->sx, w->sy);
                }
       -
       -        focus(w);
        }
        
        /*