Cache wayland globals
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Thu, 24 Jan 2013 22:03:22 +0000 (22:03 +0000)
committerEduardo de Barros Lima <eblima@gmail.com>
Thu, 24 Jan 2013 22:03:22 +0000 (22:03 +0000)
commitc36058806a302e7919087b05a8513d44c14db4f0
tree3f7cb674a07528cffd8b570e679ee3efc3069e80
parentfb3c280a95c6b8fb46ce1123835d29429acdb8de
Cache wayland globals

Store the wayland registry globals in a list so that we can bind to them from a
user/test program. When a custom interface (protocol extension) is used in a
wayland compositor, this allows user/test program to use that interface. For
instance, one might provide a custom wayland test protocol that give access to
otherwise hidden/missing functionality that allows effective automated testing
(in wayland engines). See the Weston unit test suite for an example of this
concept.

Patch by: "U. Artie Eoff" <ullysses.a.eoff@intel.com>

SVN revision: 83312
src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/ecore_wl.c