int Display_Image

(X_VIEW_HANDLE xhandle, int depth, int width, int height,
 void *image);

Description

Creates an X11 display window.

Parameters

xhandle

Handle to window

depth

Pixel depth, in bits

width

Window width, in pixels

height

Window height, in pixels

void

pointer to image

Return Value

int

Returns non-zero value on success.

Related Topics

Appendix B: Helper Functions