git-subtree-dir: libraries/ZWidget git-subtree-split: 96501b6ef11e8737cd8ccb2451395115b810dfcc
10 lines
155 B
C++
10 lines
155 B
C++
#pragma once
|
|
|
|
#include <wayland-client-protocol.h>
|
|
|
|
class WaylandNativeHandle
|
|
{
|
|
public:
|
|
wl_display* display = nullptr;
|
|
wl_surface* surface = nullptr;
|
|
};
|