mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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)
|
||||
{
|
||||
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);
|
||||
}
|
||||
if(w == input){
|
||||
wborder(w, Selborder);
|
||||
wsetcursor(w, 0);
|
||||
|
|
Loading…
Reference in a new issue