Re: [PATCH v2] shell: don't abuse link_layer for keeping track of input panel surfaces

2012-08-06 Thread Pekka Paalanen
On Mon, 6 Aug 2012 12:39:31 +0200 Philipp Brüschweiler wrote: > Input panel surfaces were kept in a list by using layer_link of > weston_surface. This was pretty hacky and resulted in the bug that > an input panel surface was not removed from the list if it was unmapped > at the time of destruct

[PATCH v2] shell: don't abuse link_layer for keeping track of input panel surfaces

2012-08-06 Thread Philipp Brüschweiler
Input panel surfaces were kept in a list by using layer_link of weston_surface. This was pretty hacky and resulted in the bug that an input panel surface was not removed from the list if it was unmapped at the time of destruction. This patch properly keeps track of input panel surfaces. Destructio