unregister-window ( handle -- )


Vocabulary
ui.private

Inputs
handlea backend-specific handle


Outputs
None

Word description
Removes a window from the global worlds variable.

Notes
This word should only be called only by the UI backend, and not user code.

Definition