From 0ccace4ff2b48680d4049bb2f85f9f3ca4d317e2 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: http://svn.enlightenment.org/svn/e/trunk/evas@70486 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- README | 4 ++++ src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h | 6 ++++++ src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/README b/README index e8da700..751414e 100644 --- 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: diff --git a/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h b/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h index 92ffe25..520753a 100644 --- a/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h +++ b/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h @@ -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 typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl; diff --git a/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h b/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h index 2b5c2c7..a40f187 100644 --- a/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h +++ b/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h @@ -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 { -- 2.7.4