MCPcopy Create free account
hub / github.com/NetHack/NetHack / flush_glyph_buffer

Function flush_glyph_buffer

sys/amiga/winchar.c:373–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371static char amiv_glyph_buffer[GLYPH_BUFFER_SIZE];
372
373void
374flush_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

Callers 5

amii_display_nhwindowFunction · 0.85
amii_cursFunction · 0.85
amii_wait_synchFunction · 0.85
amii_cliparoundFunction · 0.85
EditClippingFunction · 0.85

Calls 1

amii_flush_glyph_bufferFunction · 0.85

Tested by

no test coverage detected