Just some info regarding these taskbar patches ; I have some more patches
fixing bugs experienced on certain cases (multiples outputs, DRM
backend...). They are all available on GitHub,
https://github.com/Tarnyko/weston-taskbar/commits/HEAD-taskbar. I could
refactor and repost the whole set here.
Hi Pekka, and thanks a lot for your review !
I changed my code, taking your comments into consideration. Here are the
details :
> New events should be added last, so they do not change the opcodes of
existing events.
Ouch. You are right. I just reversed the order, so "add_managed_surface" is
now
On Wed, 19 Feb 2014 06:18:18 +0100
Manuel Bachmann wrote:
> We create a new "managed_surface" object which will track
> a surface compositor-side, and receive events shell-side
> to handle 3 cases :
> - a toplevel surface has been created ;
> - a toplevel surface has been destroyed ;
> - a toplev
We create a new "managed_surface" object which will track
a surface compositor-side, and receive events shell-side
to handle 3 cases :
- a toplevel surface has been created ;
- a toplevel surface has been destroyed ;
- a toplevel surface has a new title ;
Signed-off-by: Manuel Bachmann
---
clien