| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
The weston_surface's configure function defined by weston's
desktop-shell module had loads of things we don't want such as moving
the surface to 0,0 and removing all other surface's from the panel
layer. By setting our own configure function we can only do the things
we want.
|
| |
|
|
|
| |
This is useful for adding other surfaces to an existing layer, like
adding the clock and app launcher to the panel's layer.
|
| | |
|
| | |
|
| | |
|
|
|
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
|