summaryrefslogtreecommitdiff
path: root/dblbuf.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2006-10-15 19:30:09 +0000
committerRich Felker <dalias@aerifal.cx>2006-10-15 19:30:09 +0000
commita8d313686651110cc62f3383130a064c7a41fd51 (patch)
treec51747291668c71cfa32fa3b0ce7c94651f0919a /dblbuf.c
parent7674683e6968653ca588d820f72a3b29faad2e61 (diff)
downloaduuterm-a8d313686651110cc62f3383130a064c7a41fd51.tar.gz
large performance increase
Diffstat (limited to 'dblbuf.c')
-rw-r--r--dblbuf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/dblbuf.c b/dblbuf.c
index ee15148..6213ced 100644
--- a/dblbuf.c
+++ b/dblbuf.c
@@ -117,6 +117,10 @@ void uudisp_predraw_cell(struct uudisp *d, int idx, int x, int color)
b->slices[idx].colors[2*x+1] = expand_color(d, color>>4) ^ b->slices[idx].colors[2*x];
}
+void uudisp_finalize_cell(struct uudisp *d, int idx, int x)
+{
+}
+
void uudisp_draw_glyph(struct uudisp *d, int idx, int x, const void *glyph)
{
struct dblbuf *b = (void *)&d->priv;