e_mod_rotation_wl: add code to call E_POLICY_HOOK_CLIENT_ROTATION_GEOMETRY_SET hook 65/218365/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 21 Nov 2019 12:23:19 +0000 (21:23 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 21 Nov 2019 12:23:19 +0000 (21:23 +0900)
Change-Id: I6dbde82c8710e23921aaa29751b21b04f40ae3f8

src/rotation/e_mod_rotation_wl.c

index 3330761..bf9a64f 100644 (file)
@@ -625,6 +625,7 @@ _e_tizen_rotation_set_geometry_hint_cb(struct wl_client *client,
    ec->e.state.rot.geom[i].w = w;
    ec->e.state.rot.geom[i].h = h;
 
+   e_policy_hook_call(E_POLICY_HOOK_CLIENT_ROTATION_GEOMETRY_SET, ec);
    _e_client_event_client_rotation_geometry_set_send(ec, angle, x, y, w, h);
 }