From e2ee67125e076af9be1f115051c680f6e3b69be5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 31 May 2017 16:24:32 -0400 Subject: s/wayland.h/types.h/g --- include/wayland.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 include/wayland.h (limited to 'include/wayland.h') diff --git a/include/wayland.h b/include/wayland.h deleted file mode 100644 index ca79fe33..00000000 --- a/include/wayland.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _WLR_WAYLAND_INTERNAL_H -#define _WLR_WAYLAND_INTERNAL_H - -#include -#include -#include - -struct wlr_output_impl { - bool (*set_mode)(struct wlr_output_state *state, struct wlr_output_mode *mode); - void (*enable)(struct wlr_output_state *state, bool enable); - void (*destroy)(struct wlr_output_state *state); -}; - -struct wlr_output *wlr_output_create(struct wlr_output_impl *impl, - struct wlr_output_state *state); -void wlr_output_free(struct wlr_output *output); - -#endif -- cgit v1.2.3