summaryrefslogtreecommitdiff
path: root/weston-ivi-shell/src/ivi-controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'weston-ivi-shell/src/ivi-controller.h')
-rw-r--r--weston-ivi-shell/src/ivi-controller.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/weston-ivi-shell/src/ivi-controller.h b/weston-ivi-shell/src/ivi-controller.h
index c279146..16dbe57 100644
--- a/weston-ivi-shell/src/ivi-controller.h
+++ b/weston-ivi-shell/src/ivi-controller.h
@@ -24,7 +24,7 @@
#define WESTON_IVI_SHELL_SRC_IVI_CONTROLLER_H_
#include "ivi-wm-server-protocol.h"
-#include <weston/ivi-layout-export.h>
+#include <ivi-layout-export.h>
/* Convert timespec to milliseconds
*
@@ -80,11 +80,14 @@ struct ivishell {
struct wl_listener destroy_listener;
+ struct wl_listener client_destroy_listener;
+
struct wl_array screen_ids;
uint32_t screen_id_offset;
int32_t bkgnd_surface_id;
uint32_t bkgnd_color;
+ int enable_cursor;
struct ivisurface *bkgnd_surface;
struct weston_layer bkgnd_layer;
struct weston_view *bkgnd_view;