The destructor added to tizen_screen_rotation so add the implementation
of serverside.
Change-Id: I170a277b4891301aba53ce75747119821c13d34d
tzsr_list = eina_list_append(tzsr_list, tzsr);
}
+static void
+_tz_screen_rotation_iface_cb_destroy(struct wl_client *client, struct wl_resource *resource)
+{
+ wl_resource_destroy(resource);
+}
+
static const struct tizen_screen_rotation_interface _tz_screen_rotation_interface =
{
_tz_screen_rotation_get_ignore_output_transform,
+ _tz_screen_rotation_iface_cb_destroy,
};
static void