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

2016-04-08 Thread Chad Versace
n 01/08/2016 04:15 AM, Emil Velikov wrote: > 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 +++---

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 +++ > src/waffle/core/wcore_display.c | 1 + > src/

[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 files changed, 10 insertion