diff options
author | Rich Felker <dalias@aerifal.cx> | 2006-10-15 19:58:02 +0000 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2006-10-15 19:58:02 +0000 |
commit | 77827fa39a5e4c618217f022a068140f20a7f9dd (patch) | |
tree | 057ba28b32e18dd995f55b344a530b35dbd44259 /dblbuf.c | |
parent | a8d313686651110cc62f3383130a064c7a41fd51 (diff) |
revert "performance increase" that actually hurt performance on better
X servers.. :(
some better approach is really needed; at this rate, even client side
images would be faster...
Diffstat (limited to 'dblbuf.c')
-rw-r--r-- | dblbuf.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -117,10 +117,6 @@ 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; |