From 1d3dd7fc08f22f2e82cb812ced822369e984d845 Mon Sep 17 00:00:00 2001 From: Simon Zeni Date: Thu, 30 Sep 2021 10:53:18 -0400 Subject: backend: remove noop backend --- include/backend/noop.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 include/backend/noop.h (limited to 'include/backend') diff --git a/include/backend/noop.h b/include/backend/noop.h deleted file mode 100644 index 5a8ee677..00000000 --- a/include/backend/noop.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef BACKEND_NOOP_H -#define BACKEND_NOOP_H - -#include -#include - -struct wlr_noop_backend { - struct wlr_backend backend; - struct wl_display *display; - struct wl_list outputs; - size_t last_output_num; - bool started; - - struct wl_listener display_destroy; -}; - -struct wlr_noop_output { - struct wlr_output wlr_output; - - struct wlr_noop_backend *backend; - struct wl_list link; -}; - -struct wlr_noop_backend *noop_backend_from_backend( - struct wlr_backend *wlr_backend); - -#endif -- cgit v1.2.3