whoops - missing }
This commit is contained in:
parent
cc3c704cf3
commit
88cbb82295
@ -121,9 +121,10 @@ manage(Client *c, int mapped)
|
|||||||
cmapfocus(current);
|
cmapfocus(current);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else
|
} else
|
||||||
gravitate(c, 0);
|
gravitate(c, 0);
|
||||||
|
|
||||||
|
|
||||||
attrs.border_pixel = c->screen->black;
|
attrs.border_pixel = c->screen->black;
|
||||||
attrs.background_pixel = c->screen->white;
|
attrs.background_pixel = c->screen->white;
|
||||||
attrs.colormap = c->screen->def_cmap;
|
attrs.colormap = c->screen->def_cmap;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user