Re: [PATCH wayland v2 3/3] wayland-egl: add a core header

2015-04-30 Thread Pekka Paalanen
On Wed, 29 Apr 2015 13:18:22 +0300 Pekka Paalanen wrote: > On Tue, 28 Apr 2015 22:57:18 +0300 > Giulio Camuffo wrote: > > > The new core header doesn't include any other header, since it really > > is not needed. > > --- > > Makefile.am| 1 + > > src/wayland-egl-core.h | 56 > > +

Re: [PATCH wayland v2 3/3] wayland-egl: add a core header

2015-04-29 Thread Pekka Paalanen
On Tue, 28 Apr 2015 22:57:18 +0300 Giulio Camuffo wrote: > The new core header doesn't include any other header, since it really > is not needed. > --- > Makefile.am| 1 + > src/wayland-egl-core.h | 56 > ++ > src/wayland-egl.h |

[PATCH wayland v2 3/3] wayland-egl: add a core header

2015-04-28 Thread Giulio Camuffo
The new core header doesn't include any other header, since it really is not needed. --- Makefile.am| 1 + src/wayland-egl-core.h | 56 ++ src/wayland-egl.h | 29 +- 3 files changed, 58 insertions(+), 28 dele