XdCreateWindowHandle(3X) — Kubota Pacfic Computer Inc. (X Direct Graphics)
NAME
XdCreateWindowHandle − initialize an X-window for direct graphics drawing
SYNOPSIS
WindowHandle ∗XdCreateWindowHandle(dpy, w)
Display ∗dpy;
Window w;
display Specifies the connection to the X server.
w Specifies the window in which direct graphics operations will be performed
USAGE
The XdCreateWindowHandle function creates a data structure, a window handle, which contains the necessary state for cooperating with the window system and the low level graphics driver.
September 02, 1992