summaryrefslogtreecommitdiff
path: root/ivi-shell/input-panel-ivi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ivi-shell/input-panel-ivi.c')
-rw-r--r--ivi-shell/input-panel-ivi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ivi-shell/input-panel-ivi.c b/ivi-shell/input-panel-ivi.c
index 218da6e7..32be9891 100644
--- a/ivi-shell/input-panel-ivi.c
+++ b/ivi-shell/input-panel-ivi.c
@@ -45,7 +45,7 @@ struct input_panel_surface {
struct wl_listener surface_destroy_listener;
struct weston_output *output;
- uint32_t panel;
+ int32_t panel;
};
static void
@@ -305,7 +305,7 @@ unbind_input_panel(struct wl_resource *resource)
static void
bind_input_panel(struct wl_client *client,
- void *data, uint32_t version, uint32_t id)
+ void *data, uint32_t version, uint32_t id)
{
struct ivi_shell *shell = data;
struct wl_resource *resource;