summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2019-08-06 08:49:38 -0400
committerChristopher Michael <cp.michael@samsung.com>2019-08-06 08:49:38 -0400
commit43a49007f7891a2d85791ec80015ef03c1cc06b5 (patch)
tree18a594d0dd5dfe39e0c4f1ff3ddcae992e1b807d
parentb273bf7f9ab95c1dbf541938337abc12b06000fc (diff)
downloadefl-43a49007f7891a2d85791ec80015ef03c1cc06b5.tar.gz
ecore_wl2: Move ecore_wl2_window_false_commit to be internal
The ecore_wl2_window_false_commit function is only used internally inside efl so there is no need for it to be a public API. ref T8013
-rw-r--r--src/lib/ecore_wl2/Ecore_Wl2.h3
-rw-r--r--src/lib/ecore_wl2/ecore_wl2_internal.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h
index c7860f1595..7f22a6259f 100644
--- a/src/lib/ecore_wl2/Ecore_Wl2.h
+++ b/src/lib/ecore_wl2/Ecore_Wl2.h
@@ -1868,9 +1868,6 @@ EAPI void ecore_wl2_session_recovery_disable(void);
*/
EAPI void ecore_wl2_window_commit(Ecore_Wl2_Window *window, Eina_Bool flush);
-/* TODO: doxygen if we are keeping this function public */
-EAPI void ecore_wl2_window_false_commit(Ecore_Wl2_Window *window);
-
/**
* Check if a wayland window's surface is in the pending state.
*
diff --git a/src/lib/ecore_wl2/ecore_wl2_internal.h b/src/lib/ecore_wl2/ecore_wl2_internal.h
index dbc2e6434f..550e4d4784 100644
--- a/src/lib/ecore_wl2/ecore_wl2_internal.h
+++ b/src/lib/ecore_wl2/ecore_wl2_internal.h
@@ -37,6 +37,8 @@ EAPI void ecore_wl2_window_rotation_change_prepare_done_send(Ecore_Wl2_Window *w
EAPI void ecore_wl2_window_rotation_change_request_send(Ecore_Wl2_Window *window, int rot);
EAPI void ecore_wl2_window_rotation_change_done_send(Ecore_Wl2_Window *window, int rot, int w, int h);
+EAPI void ecore_wl2_window_false_commit(Ecore_Wl2_Window *window);
+
# undef EAPI
# define EAPI