glXDestroyWindow

destroy an on-screen rendering area

Signature

glXDestroyWindow( Display * ( dpy ) , GLXWindow ( win ) )-> void
glXDestroyWindow( dpy , win )

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
win
Specifies the GLXWindow to be destroyed.