Re: [PATCH weston 2/8 v2] shell: Implement panel window list.

2012-11-28 Thread Kristian Høgsberg
On Thu, Nov 15, 2012 at 12:37:01AM -0700, Scott Moreau wrote: > This patch uses the special surface_data interface to send information about > the surface to the shell. The shell then uses this information to render a > window list in the panel. The previous XML patch was good and the overall appr

[PATCH weston 2/8 v2] shell: Implement panel window list.

2012-11-14 Thread Scott Moreau
This patch uses the special surface_data interface to send information about the surface to the shell. The shell then uses this information to render a window list in the panel. --- clients/desktop-shell.c | 526 ++-- data/Makefile.am| 1 + dat