Re: [PATCH weston 1/2] compositor-drm: Add debug binding for toggling sprites

2012-11-23 Thread Kristian Høgsberg
On Thu, Nov 22, 2012 at 03:56:59PM +0200, Ander Conselvan de Oliveira wrote: > While at it, consolidate all the bindings we already have into one > single function. Thanks - and consolidating makes a lot of sense. Committed. Kristian > --- > src/compositor-drm.c | 31 ++--

[PATCH weston 1/2] compositor-drm: Add debug binding for toggling sprites

2012-11-22 Thread Ander Conselvan de Oliveira
While at it, consolidate all the bindings we already have into one single function. --- src/compositor-drm.c | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 142faa5..1ecd93c 100644 --- a/src/c