Init t at null in mouse_move

This commit is contained in:
Martin Duquesnoy 2012-01-18 00:45:31 +01:00
parent 9f31de1565
commit d26e1e8e55

View File

@ -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;