[WAM] Read out config.xml data to pass it by to the rendering process
Description
I come up with an encoding scheme like the following:
<client-shell>
<surface role="background" src="bg/" /> <!-- at least a bg is required -->
<surface role="panel" edge="left" width="218" src="/" />
</client-shell>
Which would allow to define entry points for the client-shell application. This has to be read, and parsed and sent over to the render process as a list of surfaces.
I come up with an encoding scheme like the following:
<client-shell> <surface role="background" src="bg/" /> <!-- at least a bg is required --> <surface role="panel" edge="left" width="218" src="/" /> </client-shell>
Which would allow to define entry points for the client-shell application. This has to be read, and parsed and sent over to the render process as a list of surfaces.