Add empty implementation for tizen_policy by adding new interface 01/71401/1 accepted/tizen/common/20160526.150402 accepted/tizen/ivi/20160602.021358 accepted/tizen/mobile/20160602.021333 accepted/tizen/tv/20160602.021344 accepted/tizen/wearable/20160602.021410 submit/tizen/20160525.084926 submit/tizen/20160526.082602
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 25 May 2016 08:20:06 +0000 (17:20 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 25 May 2016 08:20:06 +0000 (17:20 +0900)
Change-Id: I84d605e2b8ba6736950928a3bce6202161c30957

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

index 9a3a045..0a28623 100644 (file)
@@ -452,6 +452,14 @@ _tzpol_iface_cb_subsurf_place_below_parent(struct wl_client *client, struct wl_r
 }
 
 static void
+_tzpol_iface_cb_subsurf_stand_alone_set(struct wl_client *client, struct wl_resource *res_tzpol, struct wl_resource *subsurf)
+{
+   (void)client;
+   (void)res_tzpol;
+   (void)subsurf;
+}
+
+static void
 _tzpol_iface_cb_subsurface_get(struct wl_client *client, struct wl_resource *res_tzpol, uint32_t id, struct wl_resource *surface, uint32_t parent_id)
 {
    (void)client;
@@ -589,6 +597,7 @@ static const struct tizen_policy_interface _tzpol_iface =
    _tzpol_iface_cb_transient_for_unset,
    _tzpol_iface_cb_win_scrmode_set,
    _tzpol_iface_cb_subsurf_place_below_parent,
+   _tzpol_iface_cb_subsurf_stand_alone_set,
    _tzpol_iface_cb_subsurface_get,
    _tzpol_iface_cb_opaque_state_set,
    _tzpol_iface_cb_iconify,