static void tvBaseInitializeGraphics (tvBase *base)

Used to perform internal initializations of a render thread, which are not safe/possible to perform until its (X) windows are visible

Documentation

Used to perform internal initializations of a render thread, which are not safe/possible to perform until its (X) windows are visible. Should be called once per render thread, early on (ISSUE: how early?); typically as part of processing of an Xt Widget "realized" callback.
Returns:
void
Parameters:
base - handle to rendering state
Author:
Stephen Lau
Version:
1993
See Also:
tvGLX_FindContext


Back to TerraVision API Home Page