From 64bd386ab9b86133b69c2f96b50d9a975267ef62 Mon Sep 17 00:00:00 2001 From: raster Date: Thu, 26 Apr 2012 03:42:41 +0000 Subject: [PATCH] make notes about wayland stuff being experimental. we cant really back it until wayland itself is stable. warnings. lets hope it all works out fine in the end. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70486 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- README | 5 +++++ src/lib/ecore_wayland/Ecore_Wayland.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README b/README index c902528..7d104de 100644 --- a/README +++ b/README @@ -91,3 +91,8 @@ doesn't use an asynchronous dns resolver. Since Curl 7.21.0, you can use the native dns resolver asynchronously by turning --enable-threaded-resolver on during configure time. For older version, C-Ares is the way to solve that issue (see: http://c-ares.haxx.se/ ). + +Also the wayland supoprt (ecore_wayland) is considered experimental as +wayland itself is still unstable and liable to change core protocol. +If you use this api, it is possible it will break in future, until this +notice is removed. diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index 128d270..1bc1705 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -1,6 +1,12 @@ #ifndef _ECORE_WAYLAND_H_ # define _ECORE_WAYLAND_H_ +/* + * Wayland supoprt is considered experimental as wayland itself is still + * unstable and liable to change core protocol. If you use this api, it is + * possible it will break in future, until this notice is removed. + */ + # include # include -- 2.7.4