mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
antialias redraw
This commit is contained in:
parent
0aa79278fa
commit
dcf4d596ca
1 changed files with 4 additions and 1 deletions
|
@ -730,8 +730,11 @@ void
|
||||||
wrepaint(Window *w)
|
wrepaint(Window *w)
|
||||||
{
|
{
|
||||||
wsetcols(w);
|
wsetcols(w);
|
||||||
if(!w->mouseopen)
|
if(!w->mouseopen){
|
||||||
|
if(font->maxdepth > 1)
|
||||||
|
draw(w->f.b, w->f.r, cols[BACK], nil, ZP);
|
||||||
_frredraw(&w->f, w->f.r.min);
|
_frredraw(&w->f, w->f.r.min);
|
||||||
|
}
|
||||||
if(w == input){
|
if(w == input){
|
||||||
wborder(w, Selborder);
|
wborder(w, Selborder);
|
||||||
wsetcursor(w, 0);
|
wsetcursor(w, 0);
|
||||||
|
|
Loading…
Reference in a new issue