mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 08:41:11 +00:00
[qwaq] Remove unnecessary wrefresh calls
This commit is contained in:
parent
33a07c0f6b
commit
d91289ea1b
3 changed files with 0 additions and 3 deletions
|
@ -46,7 +46,6 @@ arp_end (void)
|
||||||
wprintf (screen.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
|
wprintf (screen.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
|
||||||
wprintf (screen.window, "%d\n", acs_char(ACS_HLINE));
|
wprintf (screen.window, "%d\n", acs_char(ACS_HLINE));
|
||||||
mvwaddch(screen.window, 4, 4, acs_char(ACS_HLINE));
|
mvwaddch(screen.window, 4, 4, acs_char(ACS_HLINE));
|
||||||
wrefresh(screen.window);
|
|
||||||
Window *w;
|
Window *w;
|
||||||
[screen add: w=[[Window windowWithRect: r] setBackground: COLOR_PAIR (2)]];
|
[screen add: w=[[Window windowWithRect: r] setBackground: COLOR_PAIR (2)]];
|
||||||
//wprintf (w.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
|
//wprintf (w.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
-setBackground: (int) ch
|
-setBackground: (int) ch
|
||||||
{
|
{
|
||||||
wbkgd (window, ch);
|
wbkgd (window, ch);
|
||||||
wrefresh (window);
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
wrefresh(window);
|
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue