Monado OpenXR Runtime
|
Wayland window code. More...
#include <errno.h>
#include <linux/input.h>
#include <poll.h>
#include <stdlib.h>
#include <string.h>
#include <wayland-client.h>
#include "xdg-shell-client-protocol.h"
#include "xrt/xrt_compiler.h"
#include "main/comp_window.h"
#include "util/u_misc.h"
Data Structures | |
struct | comp_window_wayland |
A Wayland connection and window. More... | |
Functions | |
struct comp_window * | comp_window_wayland_create (struct comp_compositor *c) |
Create a wayland window. More... | |
Wayland window code.