|
|
@ -4,10 +4,12 @@
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <wayland-server.h>
|
|
|
|
#include <wayland-server.h>
|
|
|
|
#include <wlr/backend.h>
|
|
|
|
#include <wlr/backend.h>
|
|
|
|
|
|
|
|
#include <wlr/types/wlr_output.h>
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
|
|
|
|
struct wlr_backend *wlr_x11_backend_create(struct wl_display *display,
|
|
|
|
const char *x11_display);
|
|
|
|
const char *x11_display);
|
|
|
|
|
|
|
|
|
|
|
|
bool wlr_backend_is_x11(struct wlr_backend *backend);
|
|
|
|
bool wlr_backend_is_x11(struct wlr_backend *backend);
|
|
|
|
|
|
|
|
bool wlr_output_is_x11(struct wlr_output *output);
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|