whoops - missing }
This commit is contained in:
parent
cc3c704cf3
commit
88cbb82295
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue