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.



SVN revision: 70486
This commit is contained in:
Carsten Haitzler 2012-04-26 03:42:41 +00:00
parent 5b1eab91e7
commit b57b9f5fea
5 changed files with 27 additions and 0 deletions

View File

@ -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 native dns resolver asynchronously by turning --enable-threaded-resolver
on during configure time. For older version, C-Ares is the way to solve that on during configure time. For older version, C-Ares is the way to solve that
issue (see: http://c-ares.haxx.se/ ). 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.

View File

@ -1,6 +1,12 @@
#ifndef _ECORE_WAYLAND_H_ #ifndef _ECORE_WAYLAND_H_
# define _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 <Eina.h> # include <Eina.h>
# include <wayland-client.h> # include <wayland-client.h>

View File

@ -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 disables it, some being enabled or disabled by default or if
dependencies are found): 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: SCALING:

View File

@ -1,6 +1,12 @@
#ifndef _EVAS_ENGINE_WAYLAND_EGL_H #ifndef _EVAS_ENGINE_WAYLAND_EGL_H
#define _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> #include <wayland-client.h>
typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl; typedef struct _Evas_Engine_Info_Wayland_Egl Evas_Engine_Info_Wayland_Egl;

View File

@ -1,6 +1,12 @@
#ifndef _EVAS_ENGINE_WAYLAND_SHM_H #ifndef _EVAS_ENGINE_WAYLAND_SHM_H
# define _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; typedef struct _Evas_Engine_Info_Wayland_Shm Evas_Engine_Info_Wayland_Shm;
struct _Evas_Engine_Info_Wayland_Shm struct _Evas_Engine_Info_Wayland_Shm
{ {