| 371 | static char amiv_glyph_buffer[GLYPH_BUFFER_SIZE]; |
| 372 | |
| 373 | void |
| 374 | flush_glyph_buffer(struct Window *vw) |
| 375 | { |
| 376 | if (WINVERS_AMIV) |
| 377 | amiv_flush_glyph_buffer(vw); |
| 378 | else |
| 379 | amii_flush_glyph_buffer(vw); |
| 380 | } |
| 381 | |
| 382 | /* |
| 383 | * Routine to flush whatever is buffered |
no test coverage detected