MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / wm_base_ping

Function wm_base_ping

cube/cube.cpp:651–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649};
650
651static void wm_base_ping(void *data, xdg_wm_base *xdg_wm_base, uint32_t serial) { xdg_wm_base_pong(xdg_wm_base, serial); }
652
653static const struct xdg_wm_base_listener wm_base_listener = {wm_base_ping};
654

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected