e_comp_screen: export e_comp_screen_rotation_ignore_output_transform_send
authorBoram Park <boram1288.park@samsung.com>
Sat, 19 Aug 2017 04:55:31 +0000 (13:55 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Wed, 20 Sep 2017 04:31:34 +0000 (13:31 +0900)
Change-Id: Id9f56530e8c8e8ff6b67c5393b3dade51dba4a47

src/bin/e_comp_screen.c
src/bin/e_comp_screen.h

index 301a741b3187afe2691e6a234e493d8b85ac8cbc..b9ac20c246d4254fa4137bb6d195d89c563d6567 100644 (file)
@@ -1109,7 +1109,7 @@ e_comp_screen_rotation_setting_set(E_Comp_Screen *e_comp_screen, int rotation)
    return EINA_TRUE;
 }
 
-EINTERN void
+E_API void
 e_comp_screen_rotation_ignore_output_transform_send(E_Client *ec, Eina_Bool ignore)
 {
    E_Comp_Screen_Tzsr *tzsr = _tz_surface_rotation_find(ec);
index 3d405abf1334ffddc6c49eea49d0ee3b02a563a5..22c2a9208bc229a88e2337cd90873a06e182662c 100644 (file)
@@ -50,7 +50,7 @@ EINTERN void              e_comp_screen_e_screens_setup(E_Comp_Screen *e_comp_sc
 EINTERN const Eina_List * e_comp_screen_e_screens_get(E_Comp_Screen *e_comp_screen);
 E_API   Eina_Bool         e_comp_screen_rotation_setting_set(E_Comp_Screen *e_comp_screen, int rotation);
 
-EINTERN void              e_comp_screen_rotation_ignore_output_transform_send(E_Client *ec, Eina_Bool ignore);
+E_API   void              e_comp_screen_rotation_ignore_output_transform_send(E_Client *ec, Eina_Bool ignore);
 EINTERN E_Output        * e_comp_screen_primary_output_get(E_Comp_Screen *e_comp_screen);
 
 EINTERN Eina_Bool         e_comp_screen_pp_support(void);