Init t at null in mouse_move
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user