[PATCH] Fix `unused-result' warnings.

2012-03-30 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- This fixes all warnings using gcc 4.6.1. clients/dnd.c |4 +++- clients/window.c |4 +++- shared/image-loader.c | 17 + 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/clients/dnd.c b/clients/dnd.c index e3d3

Re: [PATCH v2 1/4] shell: add fullscreen path for activate() and switcher

2012-03-30 Thread Ander Conselvan de Oliveira
On 03/29/2012 06:43 PM, Kristian Høgsberg wrote: And I just remembered that we committed Anders new weston_surface configure vfunc. [...] I also think that we now need a void *private pointer in weston_surface now that we have a function pointer in there. That certainly would be useful. I