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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisXCBWindowDesc {
void* connection;
uint32_t window;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct XCBWindowDesc {
void* connection;
std::uint32_t window;
};
}

Members


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

Description


See Also


See also
Functions: wisXCBExtensionCreateSurface