Skip to Content
Amiga Assembly Library v41.21 — Motorola 68020 shared library for Commodore Amiga
DocumentationGraphicsEraseInternalRect

EraseInternalRect

Synopsis

EraseInternalRect(window) A0

C Prototype

void EraseInternalRect(struct Window *win);

Description

Clears the interior rectangle of a Window without erasing its borders, using the current BackFill Hook installed on the Window itself.

Inputs

  • window — Pointer to a Window structure.

Result

None.

See Also

  • graphics.library/EraseRect()
Last updated on