fix build error on elm_win 16/289416/1
authorHosang Kim <hosang12.kim@samsung.com>
Tue, 7 Mar 2023 09:53:57 +0000 (18:53 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Tue, 7 Mar 2023 09:53:57 +0000 (18:53 +0900)
Change-Id: I9ee6b9728f0e86ae42c44e65a06e409a4265231a

src/lib/elementary/efl_ui_win.c
src/lib/elementary/elm_win_legacy.h

index ebc3257..33b4305 100644 (file)
@@ -11577,7 +11577,7 @@ elm_win_accel_preference_get(const Evas_Object *obj)
 }
 
 //TIZEN_ONLY(20230302): Added frontbuffer API
-EAPI const void
+EAPI void
 elm_win_use_frontbuffer_set(Evas_Object *obj, Eina_Bool use_frontbuffer)
 {
    return efl_ui_win_use_frontbuffer_set(obj, use_frontbuffer);
index 1a7d8e7..e125661 100644 (file)
@@ -2155,7 +2155,7 @@ EAPI const char *elm_win_accel_preference_get(const Evas_Object *obj);
  *
  * @ingroup Elm_Win_Group
  */
-EAPI const void elm_win_use_frontbuffer_set(Evas_Object *obj, Eina_Bool use_frontbuffer);
+EAPI void elm_win_use_frontbuffer_set(Evas_Object *obj, Eina_Bool use_frontbuffer);
 
 /**
  * @brief The frontbuffer preference for this window.