Re: [waffle] [PATCH 03/12] core: store current context in wcore_display

2016-01-08 Thread Emil Velikov
On 6 January 2016 at 21:56, Frank Henigman wrote: > For core functions that need to know the current context, like the > forthcoming wflinfo-like function. > > Signed-off-by: Frank Henigman > --- > src/waffle/api/waffle_gl_misc.c | 11 +++ >

[waffle] [PATCH 03/12] core: store current context in wcore_display

2016-01-06 Thread Frank Henigman
For core functions that need to know the current context, like the forthcoming wflinfo-like function. Signed-off-by: Frank Henigman --- src/waffle/api/waffle_gl_misc.c | 11 +++ src/waffle/core/wcore_display.c | 1 + src/waffle/core/wcore_display.h | 2 ++ 3