Init t at null in mouse_move
This commit is contained in:
parent
9f31de1565
commit
d26e1e8e55
@ -98,7 +98,7 @@ void
|
||||
mouse_move(struct client *c, bool type)
|
||||
{
|
||||
struct client *c2 = NULL, *last = c;
|
||||
struct tag *t;
|
||||
struct tag *t = NULL;
|
||||
XEvent ev;
|
||||
Window w;
|
||||
int d, u;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user