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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisWaylandWindowDesc {
void* display;
void* surface;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct WaylandWindowDesc {
void* display;
void* surface;
};
}

Members


  • display Pointer to the Wayland display. Cast to wl_display* internally.
  • surface Pointer to the Wayland surface. Cast to wl_surface* internally.

Description


See Also


See also
Functions: wisWaylandExtensionCreateSurface