make notes about wayland stuff being experimental. we cant really back
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)
it until wayland itself is stable. warnings. lets hope it all works
out fine in the end.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@70486 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

README
src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h

diff --git a/README b/README
index e8da700..751414e 100644 (file)
--- a/README
+++ b/README
@@ -80,6 +80,10 @@ notes on features (--enable-FEATURE enables it and --disable-FEATURE
 disables it, some being enabled or disabled by default or if
 dependencies are found):
 
+Also the wayland supoprt (EGL and SHM engines) 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.
 
 ------------------------------------------------------------------------------
 SCALING:
index 92ffe25..520753a 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef _EVAS_ENGINE_WAYLAND_EGL_H
 #define _EVAS_ENGINE_WAYLAND_EGL_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 <wayland-client.h>
 
 typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl;
index 2b5c2c7..a40f187 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef _EVAS_ENGINE_WAYLAND_SHM_H
 # define _EVAS_ENGINE_WAYLAND_SHM_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.
+ */
+
 typedef struct _Evas_Engine_Info_Wayland_Shm Evas_Engine_Info_Wayland_Shm;
 struct _Evas_Engine_Info_Wayland_Shm 
 {