change E_Comp_Client_Data into E_Comp_Wl_Client_Data 60/292960/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 17 May 2023 11:55:43 +0000 (20:55 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 17 May 2023 23:05:05 +0000 (08:05 +0900)
E_Comp_Client_Data will be deprecated.

Change-Id: I42b7e5aa66e64ad9c8adf5d3bf60df7c7d031250

src/e_mod_input_panel.c

index e535768..56606c4 100644 (file)
@@ -967,7 +967,7 @@ _e_input_panel_cb_surface_get(struct wl_client *client, struct wl_resource *reso
    E_Input_Panel *input_panel = wl_resource_get_user_data(resource);
    E_Client *ec = wl_resource_get_user_data(surface_resource);
    E_Input_Panel_Surface *ips = NULL;
-   E_Comp_Client_Data *cdata = NULL;
+   E_Comp_Wl_Client_Data *cdata = NULL;
 
    LOGI("client %p input_panel %p ec %p resource %p surface_resource %p",
         client, input_panel, ec, resource, surface_resource);