From fd91244e8356f1fded735fae8f67d15efaccf6be Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 21 Jun 2017 10:27:45 -0400 Subject: Update everyone to use new headers --- include/wlr/backend/libinput.h | 2 +- include/wlr/interfaces/wlr_output.h | 3 ++- include/wlr/render.h | 2 +- include/wlr/render/interface.h | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'include/wlr') diff --git a/include/wlr/backend/libinput.h b/include/wlr/backend/libinput.h index 7108f42c..29748b77 100644 --- a/include/wlr/backend/libinput.h +++ b/include/wlr/backend/libinput.h @@ -6,7 +6,7 @@ #include #include #include -#include +#include struct wlr_backend *wlr_libinput_backend_create(struct wl_display *display, struct wlr_session *session, struct wlr_udev *udev); diff --git a/include/wlr/interfaces/wlr_output.h b/include/wlr/interfaces/wlr_output.h index 24380be8..4f29b54f 100644 --- a/include/wlr/interfaces/wlr_output.h +++ b/include/wlr/interfaces/wlr_output.h @@ -1,6 +1,6 @@ #ifndef _WLR_INTERFACE_OUTPUT_H #define _WLR_INTERFACE_OUTPUT_H -#include +#include #include struct wlr_output_impl { @@ -18,5 +18,6 @@ struct wlr_output_impl { struct wlr_output *wlr_output_create(struct wlr_output_impl *impl, struct wlr_output_state *state); void wlr_output_free(struct wlr_output *output); +void wlr_output_update_matrix(struct wlr_output *output); #endif diff --git a/include/wlr/render.h b/include/wlr/render.h index 3c0bd04b..90967dd9 100644 --- a/include/wlr/render.h +++ b/include/wlr/render.h @@ -2,7 +2,7 @@ #define _WLR_RENDER_H #include #include -#include +#include struct wlr_surface; struct wlr_renderer; diff --git a/include/wlr/render/interface.h b/include/wlr/render/interface.h index a934f49e..222b0c4d 100644 --- a/include/wlr/render/interface.h +++ b/include/wlr/render/interface.h @@ -3,7 +3,7 @@ #include #include #include -#include +#include struct wlr_renderer_impl; struct wlr_renderer_state; -- cgit v1.2.3