tizen_policy: added a _tzpol_iface_cb_activate_above_by_res_id function for tizen_pol... 74/95374/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 3 Nov 2016 05:17:35 +0000 (14:17 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 3 Nov 2016 05:18:02 +0000 (14:18 +0900)
Change-Id: I9bc5547eab264beb7b533ba7303bc3b8e2ce2507

pepper-dali/internal/extensions/tizen-policy.cpp

index 0a28623..ac43c7f 100644 (file)
@@ -306,6 +306,15 @@ _tzpol_iface_cb_activate_below_by_res_id(struct wl_client *client, struct wl_res
 }
 
 static void
+_tzpol_iface_cb_activate_above_by_res_id(struct wl_client *client, struct wl_resource *res_tzpol,  uint32_t res_id, uint32_t above_res_id)
+{
+   (void)client;
+   (void)res_tzpol;
+   (void)res_id;
+   (void)above_res_id;
+}
+
+static void
 _tzpol_iface_cb_raise(struct wl_client *client, struct wl_resource *res_tzpol, struct wl_resource *surf)
 {
    (void)client;
@@ -582,6 +591,7 @@ static const struct tizen_policy_interface _tzpol_iface =
    _tzpol_iface_cb_pos_get,
    _tzpol_iface_cb_activate,
    _tzpol_iface_cb_activate_below_by_res_id,
+   _tzpol_iface_cb_activate_above_by_res_id,
    _tzpol_iface_cb_raise,
    _tzpol_iface_cb_lower,
    _tzpol_iface_cb_lower_by_res_id,