From ebdbe177d62d3c8bab04f77b86326804ff185bef Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 10 Jan 2020 11:33:21 -0500 Subject: Drop RDP backend Users interested in remote access to wlroots compositors should use wayvnc: https://github.com/any1/wayvnc --- include/wlr/backend/rdp.h | 31 ------------------------------- include/wlr/config.h.in | 1 - 2 files changed, 32 deletions(-) delete mode 100644 include/wlr/backend/rdp.h (limited to 'include/wlr') diff --git a/include/wlr/backend/rdp.h b/include/wlr/backend/rdp.h deleted file mode 100644 index 3ba60c66..00000000 --- a/include/wlr/backend/rdp.h +++ /dev/null @@ -1,31 +0,0 @@ -/* - * This an unstable interface of wlroots. No guarantees are made regarding the - * future consistency of this API. - */ -#ifndef WLR_USE_UNSTABLE -#error "Add -DWLR_USE_UNSTABLE to enable unstable wlroots features" -#endif - -#ifndef WLR_BACKEND_RDP_H -#define WLR_BACKEND_RDP_H -#include -#include -#include - -/** - * Creates an RDP backend. An RDP backend will create one output, keyboard, and - * pointer for each client that connects. - */ -struct wlr_backend *wlr_rdp_backend_create(struct wl_display *display, - wlr_renderer_create_func_t create_renderer_func, - const char *tls_cert_path, const char *tls_key_path); - -void wlr_rdp_backend_set_address(struct wlr_backend *wlr_backend, - const char *address); -void wlr_rdp_backend_set_port(struct wlr_backend *wlr_backend, int port); - -bool wlr_backend_is_rdp(struct wlr_backend *backend); -bool wlr_input_device_is_rdp(struct wlr_input_device *device); -bool wlr_output_is_rdp(struct wlr_output *output); - -#endif diff --git a/include/wlr/config.h.in b/include/wlr/config.h.in index 8d86b78d..94273fac 100644 --- a/include/wlr/config.h.in +++ b/include/wlr/config.h.in @@ -7,7 +7,6 @@ #mesondefine WLR_HAS_ELOGIND #mesondefine WLR_HAS_X11_BACKEND -#mesondefine WLR_HAS_RDP_BACKEND #mesondefine WLR_HAS_XWAYLAND -- cgit v1.2.3