X_VIEW_HANDLE CreateDisplayWindow

(const char *title, int visible, int height,
 int width, int depth, int sapera_format,
 int use_shared_memory);

Description

Creates an X11 display window.

Parameters

title

Window title

visible

 

height

Window height, in pixels

width

Window width, in pixels

depth

Pixel depth, in bits

use_shared_memory

 

Return Value

X_VIEW_HANDLE

Handle to window

 

Related Topics

Appendix B: Helper Functions