src: weston_compositor_load_backend now returns backend
[src/agl-compositor.git] / src / ivi-compositor.h
index cb76d8c..026df71 100644 (file)
@@ -32,7 +32,7 @@
 #include <libweston/backend-drm.h>
 #include <libweston/libweston.h>
 #include <libweston/windowed-output-api.h>
-#include <libweston-desktop/libweston-desktop.h>
+#include <libweston/desktop.h>
 
 #include "remote.h"
 
@@ -60,6 +60,7 @@ struct ivi_output_config {
 
 struct ivi_compositor {
        struct weston_compositor *compositor;
+       struct weston_backend *backend;
        struct weston_config *config;
        struct ivi_output_config *parsed_options;
 
@@ -169,6 +170,7 @@ struct ivi_output {
        struct fullscreen_view {
                struct ivi_surface *fs;
                struct wl_listener fs_destroy;
+               struct weston_buffer_reference *buffer_ref;
        } fullscreen_view;
 
        struct wl_listener output_destroy;
@@ -558,5 +560,7 @@ void
 _ivi_set_shell_surface_split(struct ivi_surface *surface, struct ivi_output *output,
                             uint32_t orientation, uint32_t width, int32_t sticky,
                             bool to_activate);
+struct ivi_output_config *
+ivi_init_parsed_options(struct weston_compositor *compositor);
 
 #endif