Re: [PATCH xwayland 1/2] Include xorg-server.h from xorg-config.h

2013-09-13 Thread Kristian Høgsberg
On Fri, Sep 13, 2013 at 02:41:02PM -0700, Kristian Høgsberg wrote: > On Fri, Sep 13, 2013 at 03:52:29PM +0200, Giovanni Campagna wrote: > > From: Giovanni Campagna > > > > This makes sure that all defines in the public headers (in > > particular XORG_WAYLAND) are visible to source files that > >

Re: [PATCH xwayland 1/2] Include xorg-server.h from xorg-config.h

2013-09-13 Thread Kristian Høgsberg
On Fri, Sep 13, 2013 at 03:52:29PM +0200, Giovanni Campagna wrote: > From: Giovanni Campagna > > This makes sure that all defines in the public headers (in > particular XORG_WAYLAND) are visible to source files that > only include xorg-config.h What we do in this case is that we manually duplica

[PATCH xwayland 1/2] Include xorg-server.h from xorg-config.h

2013-09-13 Thread Giovanni Campagna
From: Giovanni Campagna This makes sure that all defines in the public headers (in particular XORG_WAYLAND) are visible to source files that only include xorg-config.h --- include/xorg-config.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xorg-config.h.in b/include/xorg-config.