diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-06-04 19:30:37 -0400 | 
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2017-06-04 19:30:50 -0400 | 
| commit | 7d82476590033a93761035ead1dd761b68c5c049 (patch) | |
| tree | 7efe3f19d428df18a280906f65b4839b8168ed6f /include/backend.h | |
| parent | 7051d0e79dc74426c312f9eee0ce95adf85ff7c9 (diff) | |
| download | wlroots-7d82476590033a93761035ead1dd761b68c5c049.tar.xz | |
Refactor type implementations
Diffstat (limited to 'include/backend.h')
| -rw-r--r-- | include/backend.h | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/include/backend.h b/include/backend.h deleted file mode 100644 index d42c6f17..00000000 --- a/include/backend.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _WLR_BACKEND_INTERNAL_H -#define _WLR_BACKEND_INTERNAL_H - -#include <stdbool.h> -#include <wlr/backend.h> - -struct wlr_backend_state; - -struct wlr_backend_impl { -	bool (*init)(struct wlr_backend_state *state); -	void (*destroy)(struct wlr_backend_state *state); -}; - -struct wlr_backend *wlr_backend_create(const struct wlr_backend_impl *impl, -		struct wlr_backend_state *state); - -#endif | 
