Hi,

On 8 April 2014 17:24, Kristian Høgsberg <[email protected]> wrote:

> diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c
> index 5cecefd..844745a 100644
> --- a/hw/xwayland/xwayland.c
> +++ b/hw/xwayland/xwayland.c
> @@ -573,8 +573,10 @@ xwl_screen_init(ScreenPtr pScreen, int argc, char
> **argv)
>
>      fbPictureInit(pScreen, 0, 0);
>
> +#ifdef HAVE_XSHMFENCE
>      if (!miSyncShmScreenInit(pScreen))
>          return FALSE;
> +#endif
>
>      xwl_screen->wayland_fd = wl_display_get_fd(xwl_screen->display);
>      AddGeneralSocket(xwl_screen->wayland_fd);


Doesn't this also need the syncshm.h include guarded?

The other two, though:
Reviewed-by: Daniel Stone <[email protected]>

Cheers,
Daniel
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to