Description:
Creates a new frame window.
Syntax:
p_window frame_init ( p_window o, t_rect r );
Parameters:
o Allocated memory to store the frame object in.
r Rectangle defining the bounds of the frame.
Returns:
The new frame object.