GrKillWindow()

Name

GrKillWindow() -- Kill the specified window

Synopsis

void GrKillWindow ( GR_WINDOW_ID wid );

Description

This function forces an immediate shutdown of the specified window and disconnects the client that owns the window.

Note

Use this function to kill an application that has locked up and is not responding to GR_EVENT_TYPE_CLOSE_REQ events.

Parameters

TypeNameDescription
GR_WINDOW_IDwidThe ID of the window to kill.

See Also

GrNewWindow(), GrCloseWindow(), GrDestroyWindow(), GrUnmapWindow().