From 89b955db51f994665067858e33a4a4841a9d9280 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 3 May 2016 08:35:48 -0400 Subject: [PATCH] ecore-wayland: Deprecate Ecore_Wayland library This patch deprecates the Ecore_Wayland library with a warning to not use it. This (imo) is a better method of deprecation rather than adding EINA_DEPRECATED to every function. Signed-off-by: Chris Michael --- src/lib/ecore_wayland/Ecore_Wayland.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index d422520965..286959ecf7 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -27,6 +27,8 @@ # define EAPI # endif +# warning The Ecore_Wayland library has been deprecated. Please use the Ecore_Wl2 library + #ifdef __cplusplus extern "C" { #endif