wisdom
Loading...
Searching...
No Matches
WisXlibWindowDesc Struct Reference

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisXlibWindowDesc {
void* display;
uint64_t window;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct XlibWindowDesc {
void* display;
std::uint64_t window;
};
}

Members


  • display Pointer to the X11 Display. Cast to Display* internally.
  • window The X11 Window ID. Fits standard 32/64-bit window handles.

Description


See Also


See also
Functions: wisXlibExtensionCreateSurface