All mostly working mate ;) Some minors to deal with yet

Dh


Enlightenment SVN <no-re...@enlightenment.org> wrote:

>Log:
>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.
>  
>  
>
>Author:       raster
>Date:         2012-04-25 20:42:41 -0700 (Wed, 25 Apr 2012)
>New Revision: 70486
>Trac:         http://trac.enlightenment.org/e/changeset/70486
>
>Modified:
>  trunk/ecore/README trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h 
> trunk/evas/README 
> trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h 
> trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h 
>
>Modified: trunk/ecore/README
>===================================================================
>--- trunk/ecore/README 2012-04-26 03:32:18 UTC (rev 70485)
>+++ trunk/ecore/README 2012-04-26 03:42:41 UTC (rev 70486)
>@@ -91,3 +91,8 @@
> 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.
>
>Modified: trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h
>===================================================================
>--- trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  2012-04-26 03:32:18 UTC 
>(rev 70485)
>+++ trunk/ecore/src/lib/ecore_wayland/Ecore_Wayland.h  2012-04-26 03:42:41 UTC 
>(rev 70486)
>@@ -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 <Eina.h>
> # include <wayland-client.h>
> 
>
>Modified: trunk/evas/README
>===================================================================
>--- trunk/evas/README  2012-04-26 03:32:18 UTC (rev 70485)
>+++ trunk/evas/README  2012-04-26 03:42:41 UTC (rev 70486)
>@@ -80,6 +80,10 @@
> 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:
>
>Modified: trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h
>===================================================================
>--- trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h       
>2012-04-26 03:32:18 UTC (rev 70485)
>+++ trunk/evas/src/modules/engines/wayland_egl/Evas_Engine_Wayland_Egl.h       
>2012-04-26 03:42:41 UTC (rev 70486)
>@@ -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;
>
>Modified: trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h
>===================================================================
>--- trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h       
>2012-04-26 03:32:18 UTC (rev 70485)
>+++ trunk/evas/src/modules/engines/wayland_shm/Evas_Engine_Wayland_Shm.h       
>2012-04-26 03:42:41 UTC (rev 70486)
>@@ -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 
> {
>
>
>------------------------------------------------------------------------------
>Live Security Virtual Conference
>Exclusive live event will cover all the ways today's security and 
>threat landscape has changed and how IT managers can respond. Discussions 
>will include endpoint security, mobile security and the latest in malware 
>threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>_______________________________________________
>enlightenment-svn mailing list
>enlightenment-...@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to