Apply capsulation of e_comp_wl 01/318201/1
authorjinbong.lee <jinbong.lee@samsung.com>
Wed, 25 Sep 2024 11:21:20 +0000 (20:21 +0900)
committerjinbong.lee <jinbong.lee@samsung.com>
Wed, 25 Sep 2024 11:21:20 +0000 (20:21 +0900)
Change-Id: I3b4dc9d0614941f549ca7b84073c9f3fe3abec04

src/e_mod_main.c

index 78b94ac0b456eff5907b32eaafb4bc47bd1af663..b91b3ad65c19d20f9227e20394c666b955090f3e 100644 (file)
@@ -1979,7 +1979,7 @@ _e_gesture_init(E_Module *m)
    GTDBG("pan time_start: %lf, moving_range: %d\n", gconfig->conf->pan.time_start, gconfig->conf->pan.moving_range);
    GTDBG("pinch moving_distance_range: %lf\n", gconfig->conf->pinch.moving_distance_range);
 
-   gesture->global = wl_global_create(e_comp_wl->wl.disp, &tizen_gesture_interface, 2, gesture, _e_gesture_cb_bind);
+   gesture->global = wl_global_create(e_comp_wl_display_get(), &tizen_gesture_interface, 2, gesture, _e_gesture_cb_bind);
    if (!gesture->global)
      {
         GTERR("Failed to create global !\n");