RE: [PATCH 1/5] shell: add taskbar and taskbar_handler widgets

2014-06-09 Thread lokatenmay18 .
I think it's unvise to have spascil logic for taskbar. the taskbar/panel shold be treatad as a tiled window, i sugest that instand of maximation fyling up a hole window, it shold fill up a hole tile add put in the botum of the window order ( all other window reming on top even when the maxemized

[PATCH 1/5] shell: add taskbar and taskbar_handler widgets

2014-02-18 Thread Manuel Bachmann
We draw a taskbar surface in desktop-shell, extend the desktop-shell protocol to send it to the compositor, and the compositor will draw it in a new taskbar layer at the bottom. Signed-off-by: Manuel Bachmann manuel.bachm...@open.eurogiciel.org --- clients/desktop-shell.c| 144