From b36af22c94ea8e02616f5ab0ca06001f41f69a49 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Mon, 12 Apr 2021 10:39:51 +0200 Subject: backend: move get_drm_fd to public interface The get_drm_fd was made available in an internal header with a53ab146f. Move it now to the public header so consumers opting in to the unstable interfaces can make use of it. --- include/backend/backend.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 include/backend/backend.h (limited to 'include/backend') diff --git a/include/backend/backend.h b/include/backend/backend.h deleted file mode 100644 index f920cc9f..00000000 --- a/include/backend/backend.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef BACKEND_H -#define BACKEND_H - -#include - -int backend_get_drm_fd(struct wlr_backend *backend); - -#endif -- cgit v1.2.3