e_client: use E_Comp_Wl_Client_Data instead of E_Comp_Client_Data. 56/244756/3
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 23 Sep 2020 23:47:26 +0000 (08:47 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 28 Oct 2020 23:04:50 +0000 (23:04 +0000)
E_Comp_Client_Data will be deprecated.

Change-Id: I6a9193edef91cc4731dd1a6784ff07d485538ed7

src/bin/e_client.h

index fb20dcbced0a80969b344c2c076f07e6706f6c99..92e0277f6b176d11231253370fe5bc61e6885d5a 100644 (file)
@@ -387,7 +387,7 @@ struct E_Client
 
    E_Direction               shade_dir;
 
-   E_Comp_Client_Data       *comp_data;
+   E_Comp_Wl_Client_Data    *comp_data;
 
    E_Action                  *cur_mouse_action;